Skip to content

Releases: amberframework/amber

v1.4.1

02 Aug 15:09
f844da3
Compare
Choose a tag to compare

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: v1.4.0...v1.4.1

v1.4.0

01 Aug 12:11
6fe2576
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

08 Nov 22:08
552816c
Compare
Choose a tag to compare

What's Changed

  • Improve new app creation experience by @crimson-knight in #1302
  • Compile binary with --release for the Amber CLI tool when installing with Homebrew or make

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Fix Node 14 deps for new apps

08 Nov 14:20
845cd42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Oct 11:48
5a18acc
Compare
Choose a tag to compare

What's Changed

  • Feature/update readme contribution steps by @crimson-knight in #1283
  • Remove crystalshards.xyz link on template view by @bananatron in #1293
  • fix to cli scaffold controller spec deprecated garnetspec module by @rrevi in #1296
  • Updated the remaining two templates that used the old GarnetSpec parent class by @crimson-knight in #1297
  • Quality of life improvements by @crimson-knight in #1292
  • Updated docker file to use latest crystal image

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

24 May 14:57
90b00f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Dec 21:23
Compare
Choose a tag to compare
  • updated multiple shards to work with latest versions of crystal.

v1.0.0rc2

15 Jun 18:41
Compare
Choose a tag to compare

Few more changes and homebrew updates.

v1.0.0rc1

13 Jun 07:23
Compare
Choose a tag to compare

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.

Support Crystal 0.36.x

22 Feb 05:22
Compare
Choose a tag to compare

This release supports Crystal 0.36.x