- **Breaking:** Use "query" instead of "parameter" in "source" for errors from bad query strings (127) - **Breaking:** Use explicit `sorting` from view in cursor pagination instead of introspecting query (139) - **Feature:** In subclasses of `SortingBase`, allow just defining request field orderings via overriding `get_request_field_orderings` (139)
0.11.6
- **Feature:** Add `ApiClient` to testing module (135) - **Feature:** Support predicates for `assert_response` (135)
0.11.5
- **Feature:** Move generic item-related methods up from `ModelView` to `ApiView` (134)
0.11.4
- **Feature:** Add `MaxLimitPagination` (133)
0.11.3
- **Feature:** Add `make_items_response` to `ModelView` (131)
0.11.2
- **Bugfix:** Make properties like `serializer` and `deserializer` settable in Python 3 (130)