1.1.0
New features
- Added
subRoutef
http handler (see subRoutef) - Added
routex
androuteCix
http handler (see routex) - Improved model binding (see Model Binding)
- Added new Model Validation API
Bug fixes
routeBind
works when nested in asubRoute
handler nowrouteBind
doesn't crate a model object any more if the route arguments do not match the provided model
To see an example of the new features you can check the official Giraffe 1.1.0 release blog post.