Minor improvements: * Use sqlalchemy `or_` as the default jsonapi filter strategy to combine distinct filters * Cast mssql.DECIMAL to float (instead of str)
2.12.0
* use fstrings * don't check HTTP Content-Type for HTTP DELETE (for axios)
2.11.5
Minor changes: * Better support for composite keys / PKs not named "id" * Pagination: add "total" count to meta, support larger `page[limit]`
2.11.4
* add commit() to _s_patch * dynamicall add classname to JABase.type
2.11.3
* JABase class for objects without a db.Model * Minor bugfixes related to swagger gen
2.11.2
* support POST of nested relationships (`_s_allow_add_rels`) * minor bugfixes related to stateless models