Skip to content

Releases: amberframework/amber-router

URI Decode Path Params

08 Jan 18:07
8f05718
Compare
Choose a tag to compare

Bugfix

  • URI decodes path params before storing them in the result set's #params hash

Crystal `1.0.0` compliance

07 Dec 14:13
a322cc0
Compare
Choose a tag to compare
  • Updates crystal version to be installable in Crystal versions greater than 1.0.0
  • Bump ameba dep to 0.13.x

Updates for Crystal 0.34.0

28 Apr 02:19
10d8a0f
Compare
Choose a tag to compare
  • Comply exhaustive case check #24 thanks @bcardiff
  • Updates ameba to 0.12.0

RouteSet#find_routes method

03 Mar 00:38
d1d234b
Compare
Choose a tag to compare

Features

  • Add method to return array of matches #22

Organizational changes

03 Mar 00:29
Compare
Choose a tag to compare
  • Change file structure to be src/amber_router instead of src/amber/router.
  • Update ameba and benchmarks for Crystal 0.31.0

Compatibility with Crystal 0.28.0

19 Apr 02:53
c57eb5c
Compare
Choose a tag to compare
  • Use char over string when possible (#14) thanks @Sija
  • Miscellaneous refactors (and 0.28.0 support) (#15) thanks @Sija

v0.2.1

07 Jan 03:38
Compare
Choose a tag to compare

optional_segments (#11) @robacarp
route-requirements (#12) @Blacksmoke16
ameba (#13) @Blacksmoke16

Compatibility with Crystal 0.26

17 Aug 21:49
8c45f83
Compare
Choose a tag to compare
v0.2.0

Ticking version to 0.2.0

Update for Crystal 0.25.0

18 Jun 15:11
c976331
Compare
Choose a tag to compare
v0.1.0

update changelog for 0.1.0

First release considered stable

02 Mar 18:47
03788e4
Compare
Choose a tag to compare
  • Correctly specifies version in shard.yml
  • Adds changelog
  • Adds CI badge