v0.18.2
Changed
- Change routing logic to redirect
GETandHEADrequests with a trailing slash to the route without one if it exists, and vice versa (#307) (@Blacksmoke16)
Added
- Add native tab completion support to the built-in
ATH::Commands(#296) (@Blacksmoke16) - Add support for defining multiple route annotations on a single controller action method (#315) (@Blacksmoke16)
- Require the new
Athena::Clockcomponent (#318) (@Blacksmoke16) - Add additional
ATH::Spec::APITestCaserequest helper methods (#312, #313) (@Blacksmoke16)
Fixed
- Fix incorrectly generated route paths with a controller level prefix and no action level
/prefix (#308) (@Blacksmoke16)