- Add the date operator to query on date-time field.
0.11.1
Fix
- Running the `.filter(...)` lookups using the ID by parsing to the proper format.
0.11.0
Added
- Multi-tenancy for the handling indexes
Changed
- Remove support for Python 3.8. - Moved to BSD-3 License to be compliant with the remaining ecosystem.
0.10.8
Added
- Support for [NullableObjectId](https://mongoz.dymmond.com/fields/#nullableobjectid) allowing special object ids to be declared in the document and null.
0.10.7
Added
- Support for `startswith`, `endswith`, `istartswith` and `iendswith` filters.
Changed
- Internal metaclasses checks for annotations. - Code cleaning and organisations.