Changelog ********* **1.1.0** ========= Enhancements and bug fixes ========================== * Raise 404 ObjectNotFound when a single resource does not exist `#51`_ #- `@samuelfirst`_ * Improve filter shortcuts `#53`_ #- `@igieon`_ * Ability to use custom query string manager `#54`_ #- `@igieon`_ * Pagination improvement use dict of ints and expect it everywhere `#55`_ #- `@igieon`_ * Enable documented global decorators `#56`_ #- `@igieon`_ * Patch request validates id match before loading schema `#57`_ #- `@igieon`_ * Fix patch nested field partial update `#58`_ #- `@igieon`_ .. _`@samuelfirst`: https://github.com/samuelfirst .. _`@igieon`: https://github.com/igieon .. _`#51`: https://github.com/AdCombo/flask-combo-jsonapi/pull/51 .. _`#53`: https://github.com/AdCombo/flask-combo-jsonapi/pull/53 .. _`#54`: https://github.com/AdCombo/flask-combo-jsonapi/pull/54 .. _`#55`: https://github.com/AdCombo/flask-combo-jsonapi/pull/55 .. _`#56`: https://github.com/AdCombo/flask-combo-jsonapi/pull/56 .. _`#57`: https://github.com/AdCombo/flask-combo-jsonapi/pull/57 .. _`#58`: https://github.com/AdCombo/flask-combo-jsonapi/pull/58