* Strict member names and type checking to conform JSON API requirements (routes and schema level). See also: http://jsonapi.org/format/document-member-names * Strict check for overrides of handlers * Improve debug logging
0.15.2
-------------------
* Initialize default relationships links in meta-class, to avoid bug with empty names of relationships fields
0.15.1
-------------------
* Rename resource ID parameter of query_resource schema' method.
0.15.0
-------------------
* Pagination is initialized from request by default. Remove separate class method of BasePagination to initialize pagination instance * Improve value validation error for absent fields * Improve validation error of string field with choices
0.14.0
-------------------
* Customisable JSON API handlers support * DRY in handlers * Move context builder from middleware to jsonapi_handler decorator * Request context receive optional resource_type now
0.13.0
-------------------
* Revert back to asynchronous setters, because it's used in update relationships and it might want to query DB, for example