* Fix: Return BadRequest when request body not provided but required
0.7.0
* Limitation of max nested resources removed * Better url rule names used in `flask.request.url_rule.endpoint` * Fix: proper handle of dict returned from `put` method
0.6.0
* Identity support (authentication) * Added few missing exceptions: NotAcceptable, NotImplemented, TooManyRequests, Unauthorized, UnprocessableEntity * Fix: Inject body keyword argument to view function only if declared and available in request
0.5.1
* Fix: removed limitation regarding same method names between resources