Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@mostafa mostafa released this 29 Jan 15:34
· 215 commits to master since this release

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:

  1. Updated (almost) all dependencies to their latest version, except neomodel due to this issue.
    NOTE: The issue with neomodel is almost resolved, but it needs work.
  2. 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.
  3. Added simplejson as explicit dependency with (unneeded) monkey-patching, for Flask to use simplejson instead of the internal json library, because there is API inconsistencies between Python 2.7 and 3.7. (marshmallow-code/webargs#360)
  4. Refactored to_dict method and made it more efficient and readable.
  5. Added minor tests.
    Archived