Releases: Djcharles26/pymongoose
Releases · Djcharles26/pymongoose
Version 1.1.6
Minor updates
- Corrected debug_log set variable
Version 1.1.5
Minor updates
- Added test_count in tests
- Added count_documents method in methods
- Added count method to Schema class and fixed find method
Version 1.1.4
Minor updates
- Added id in fromJson function in mongo_types
Version 1.1.3
Minor updates
- Added validation of initial id in init method
Version 1.1.2
Minor updates
- Fixed missing retval field in mongo_types aggregate
- Added validation for empty skip in find method
Version 1.1.1
Minor updates
- Added parse argument to find and find by id methods
- Added documentation to all methods
Version 1.1
Minor updates
- Added validation of sort is None to avoid sorting with id in find
Version 1.0
Major Updates
- Updated how schemas and database is registered in methods
- Updated how primitive mongo functions are called
- Updated MongoException print and message override
- Updated how schema init function creates attributes of class
- Added mongo primitive call methods as classmethods in Schema class
- Updated validation methods of schema against objects
- Updated pymongoose snippet with new design of model
- Updated README.md
Minor Updates
- Updated test models with new design
- Updated main test file to respect new design of package
Version 0.2.5
Updates
- Corrected dict_keys object not subscriptable error
Version 0.2.4
Updates
- Added skip, limit and sort fields in find method to control document list length and sorting