- **Bugfix:** Fix testing utils when used with Werkzeug v0.15.x (246)
0.20.10
- **Bugfix:** Always return response data from `assert_response` (242)
0.20.9
- **Feature:** Return response data from `assert_response` (241)
0.20.8
- **Feature:** Mark test helpers as pytest plugin to get assertion rewriting (239) - **Bugfix:** Pin apispec to ensure compatibility (234)
0.20.7
- **Feature:** Factor out a `query_raw` property on views for changing the base query without duplicating authorization and query options logic (227) - **Feature:** Add `InstanceOf` predicate (228)
0.20.6
- **Feature:** Allow returning item in methods for updating and deleting (226) - This supports advanced use cases like versioned models and soft deletes, where a semantic update or delete action maps to something different against the database