Amber Versions Save

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.

v1.4.1

9 months ago

What's Changed

  • Fixes tests that check for "charset=utf-8" in the Content-Type header when application/json is the content type.
  • Alters the Static pipeline slightly. When a directory is trying to be accessed but the trailing slash is not provided, the request will first redirect before returning a 404 if directory_listing is false (the default behavior). Previously, the redirect would have been skipped and just returned.

Full Changelog: https://github.com/amberframework/amber/compare/v1.4.0...v1.4.1

v1.4.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/amber/compare/v1.3.2...v1.4.0

v1.3.2

1 year ago

What's Changed

Full Changelog: https://github.com/amberframework/amber/compare/v1.3.1...v1.3.2

v1.3.1

1 year ago

What's Changed

Full Changelog: https://github.com/amberframework/amber/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/amber/compare/v1.2.2...v1.3.0

v1.2.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amberframework/amber/compare/v1.2.1...v1.2.2

v1.2.1

2 years ago
  • updated multiple shards to work with latest versions of crystal.

v1.0.0rc2

2 years ago

Few more changes and homebrew updates.

v1.0.0rc1

2 years ago

Release Candidates for Amber 1.0.0.

Dependancies should all work without needing to run --ignore-crystal-versions

Special thanks to @dare892 for this help in getting this out.

v0.36.0

3 years ago

This release supports Crystal 0.36.x