Releases: go-aah/router
Releases · go-aah/router
v0.12.1 Release
v0.12.0 Release
Merge pull request #17 for v0.12.0 Release
v0.11 Release
Changelog
Features
- go-aah/aah#133 CORS support added for routes
- go-aah/aah#132 Vaidation support added for route path params
Enhancements
- go-aah/aah#137 routes config simplification
- path - if its not provided in child route inherit parent use as-is.
- controller - if its not provided in the child route inherit parent use as-is.
- go-aah/aah#141 added 'base_dir' attribute support for static file mapping
v0.10 Release
Changelog
- added optional config attribute to disable anti-csrf check on-demand go-aah/aah#115
v0.9 Release
Changelog
- Added
max_body_size
option for individual route go-aah/aah#83 - Not Found handler and it's config have been removed from router in-favor of centralized error handler go-aah/aah#57
v0.8 Release
Changelog
- go-aah/aah#37 added default_auth config to routes.conf and auth argument added to routes
- Code Improvement
v0.7 Release
Changelog:
- go-aah/aah#49 wildcard subdomain support
- error message enhancement for conflict route
v0.6 Release
Changelog:
- handling 443, port-no from hierarchy, test cases
v0.5 Release
Changelog:
- go-aah/aah#28 Multiple HTTP method scenario and Improve child route handling
v0.4 Release
Changelog:
- router config is simplified