Releases: aiscenblue/mongoengine_serialize
Releases · aiscenblue/mongoengine_serialize
Bug fixes
Child ObjectId Serialization
enhancement on serializing child objectIds
Unit Testing, enhancements
Unit Testing, enhance recurring array serialization, move to serializer.py and imported to init inside all attribute
LazyReferenceField query support
1.2.4 added LazyReferenceField query support
nested Document enhancement
1.2.2 aded: new documentation for new function update parameter, refactor
minor fixes
1.2.0 minor fixes
exclude function recursion refactor for better performance
1.1.9 recursive bug fixes
Refactor and enhancements
refactor and enhancement in list type and dict type in parent and child attribute
fix exclude function fixes on nested attribute will be excluded
remove Exception error
remove Exception error and have an alternative value if alter_after_serialize_attributes is not complied properly
Feature: Support QuerySet as parameter
before only accepts BaseDocument. not you can directly feed your find() result object to the serialize library