Skip to content

Releases: amberframework/amber

v1.4.1

Choose a tag to compare

@crimson-knight crimson-knight released this 02 Aug 15:09
f844da3

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

Choose a tag to compare

@crimson-knight crimson-knight released this 01 Aug 12:11
6fe2576

What's Changed

New Contributors

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

v1.3.2

Choose a tag to compare

@crimson-knight crimson-knight released this 08 Nov 22:08
552816c

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

Choose a tag to compare

@crimson-knight crimson-knight released this 08 Nov 14:20
845cd42

What's Changed

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

v1.3.0

Choose a tag to compare

@crimson-knight crimson-knight released this 26 Oct 11:48
5a18acc

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

Choose a tag to compare

@robacarp robacarp released this 24 May 14:57
90b00f1

What's Changed

New Contributors

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

v1.2.1

Choose a tag to compare

@elorest elorest released this 14 Dec 21:23
  • updated multiple shards to work with latest versions of crystal.

v1.0.0rc2

Choose a tag to compare

@elorest elorest released this 15 Jun 18:41

Few more changes and homebrew updates.

v1.0.0rc1

Choose a tag to compare

@elorest elorest released this 13 Jun 07:23

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

Choose a tag to compare

@drujensen drujensen released this 22 Feb 05:22

This release supports Crystal 0.36.x