This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
v1.1.0
It has been long since I released the previous version, so I thought it would be necessary to release a new update. This version mostly contains bugfixes, updates and improvements.
Change log:
- Updated (almost) all dependencies to their latest version, except
neomodel
due to this issue.
NOTE: The issue withneomodel
is almost resolved, but it needs work. - Added delete all feature (#12) and a global config variable to enable/disable it (ENABLE_DELETE_ALL) and added tests to ensure it works as expected.
- Added
simplejson
as explicit dependency with (unneeded) monkey-patching, for Flask to usesimplejson
instead of the internaljson
library, because there is API inconsistencies between Python 2.7 and 3.7. (marshmallow-code/webargs#360) - Refactored
to_dict
method and made it more efficient and readable. - Added minor tests.
Archived