Releases: amberframework/amber
Releases · amberframework/amber
v1.4.1
What's Changed
- Fixes tests that check for "charset=utf-8" in the
Content-Type
header whenapplication/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 a404
ifdirectory_listing
isfalse
(the default behavior). Previously, the redirect would have been skipped and just returned.
- Resolved failing tests from merged PRs in v1.4.0 by @crimson-knight in #1335
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat!: remove webpack from dependencies by @drujensen in #1304
- update exception_page to 0.3.0 by @timstapl in #1315
- #1311 Replace json_mapping with JSON::Serializable by @schodevio in #1314
- Shard updates, mysql uuid type, and api route bug fix by @kalinon in #1319
- Explicitly declare the UTF-8 charset for json responses by @damianham in #1231
- Update README.md by @crimson-knight in #1323
- docs: update homebrew installation note by @chenrui333 in #1330
- Updated Ameba to use v1.5 by @crimson-knight in #1332
- Minor version bump by @crimson-knight in #1333
New Contributors
- @timstapl made their first contribution in #1315
- @schodevio made their first contribution in #1314
- @kalinon made their first contribution in #1319
- @chenrui333 made their first contribution in #1330
Full Changelog: v1.3.2...v1.4.0
v1.3.2
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 ormake
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Fix Node 14 deps for new apps
What's Changed
- Updated docker file to use latest crystal image and updated straggling Amber version by @crimson-knight in #1298
- Changed node version check to look for v14 only by @crimson-knight in #1301
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
- @bananatron made their first contribution in #1293
- @rrevi made their first contribution in #1296
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Bumped version number to v1.2.1. by @elorest in #1271
- Changed discord as the primary way to get in touch with the comminuty by @crimson-knight in #1279
- Updated the version number in Amber to reflect the actual release number by @crimson-knight in #1280
- Fix the correct documentation url by @papilip in #1278
- Feature/version upgrade by @crimson-knight in #1282
New Contributors
- @crimson-knight made their first contribution in #1279
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.0.0rc2
v1.0.0rc1
Support Crystal 0.36.x
This release supports Crystal 0.36.x