* [FEAT] Add hook to for deleting an object in CrudBase
0.11.0
Not secure
* [FEAT] Add filter by field name on ListBase * [FEAT] Allow turning off auto-marshalling * [BUG] Session closing could fail with exceptions
0.10.1
Not secure
* [FEAT] Added a remove function to storage backends
0.10.0
Not secure
* [NEW] We now have a CI system with CodeCoverage * [FEAT] You can now user auth_marshal=False to turn off auto JSON marshaling to Marshmallow * [FEAT] Added a few helpful functions on auth.user * [BUG] Fixed object deletion of CrudBase (which was what kicked the CI setup into high-gear)
0.9.6
Not secure
* [BUG] Forgot a self
0.9.5
Not secure
* [NEW] get_object was implemented for CrudBase * [FEAT] has_permission now supports an enum type * [NEW] kwargs is now used on CrudBase