1.1.0
New features
- Added
subRoutefhttp handler (see subRoutef) - Added
routexandrouteCixhttp handler (see routex) - Improved model binding (see Model Binding)
- Added new Model Validation API
Bug fixes
routeBindworks when nested in asubRoutehandler nowrouteBinddoesn'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.