Releases: Djcharles26/pymongoose
Releases · Djcharles26/pymongoose
Version 1.2.2
Minor updates
- Updated how populate groups and replace roots works when parent of path contains dots (are objects)
Version 1.2.1
Minor updates
- Changed skip, limit and sort order in find when populate is not None
Version 1.2
Minor updates
- Added validation to avoid creating object if find result is none
Major updates
- Added cursor const values in mongo_types
- Added argument to control parse of cursor in find methods
- Added tests to check correct work of parsed results
- Updated README.md
Version 1.1.13
Minor updates
- Updated how match in internal populate works
Version 1.1.12
Minor updates
- Added boolean type validation
- Updated how required values are checked
Version 1.1.11
Minor updates
- Added validation if an array is empty in validate required
- Added validation if an array is empty in validate type
Version 1.1.10
Minor updates
- Updated type and required validations inside mongo documents
Version 1.1.9
Minor updates
- Added complex_model for more unit testings
- Corrected validation methods
- Added complex test integration
Version 1.1.8
Minor updates
- Fixed date validator type
Version 1.1.7
Minor updates
- Corrected exists method
- Added more logs in check validations of required and types