Releases: heynemann/motorengine
Releases · heynemann/motorengine
Release 1.0.0
Improvements
- Updated versions of PyMongo (3.6) and Motor (1.2.1) (thanks @danielkiedrowski);
Fixes
- Fixed badges (thanks @bartv);
- Verify that a field is empty by comparing to None instead of verifying is_empty (thanks @etataurov);
- If the object contains a field called id, motorengine should use it instead of the _id property (thanks @christ0pher);
Features
- New operators: contains, endswith, exact, startswith, icontains, iendswith, iexact and istartswith (thanks @hhaawwaa);
- New ObjectIDField (thanks @cula);
- Upsert mode now available when updating a document (thanks @christ0pher and Sergey Punkoff);
- Added a TZ Parameter to DateTimeField (thanks @danielkiedrowski).
I would like to add a special thanks to @danielkiedrowski for all his work to improve the test coverage and overall quality of the library and welcome him aboard the project as a committer!
Release 0.9.1
Bernardo agreed on me assisting in maintaining motorengine. This first release at co-maintainer only includes development effort since the latest release which was already available. Thanks to everyone for their contributions.
Release 0.9.0
- Serialization support for empty Int and Float Fields (thanks Dima Polsky);
- Methods in queryset updated to have alias=none (thanks @sagallagherstarr);
- Python 3.4 support (thanks @webknjaz);
- use skip when setted. wrong use self._limit (thanks @hemsonolev);
- Updated docs (thanks @bazzilic);
- boolean field issue fixed (thanks @bazzilic);
- datetime field issue fixed (thanks @veeloox);
- email field issue fixed (thanks @hemsonolev).
Release 0.3.1
- Many fixes;
- Supporting deletion in instance or queryset;
- The whole written docs are now executable, meaning that the docs examples are always correct.
Release 0.2.1
Release 0.2.0
Release 0.1.2
Just bumping due to some doc changes.
Release 0.1.1
- Compatible with MongoEngine in one way (Saving with MongoEngine and reading with MotorEngine)
Release 0.1.0
Alpha release to start development.