Releases: amberframework/amber-router
Releases · amberframework/amber-router
URI Decode Path Params
Bugfix
- URI decodes path params before storing them in the result set's
#params
hash
Crystal `1.0.0` compliance
- Updates
crystal
version to be installable in Crystal versions greater than1.0.0
- Bump
ameba
dep to0.13.x
Updates for Crystal 0.34.0
RouteSet#find_routes method
Features
- Add method to return array of matches #22
Organizational changes
- Change file structure to be
src/amber_router
instead ofsrc/amber/router
. - Update ameba and benchmarks for Crystal
0.31.0
Compatibility with Crystal 0.28.0
v0.2.1
optional_segments (#11) @robacarp
route-requirements (#12) @Blacksmoke16
ameba (#13) @Blacksmoke16
Compatibility with Crystal 0.26
v0.2.0 Ticking version to 0.2.0
Update for Crystal 0.25.0
v0.1.0 update changelog for 0.1.0
First release considered stable
- Correctly specifies version in shard.yml
- Adds changelog
- Adds CI badge