Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.49 KB

HISTORY.rst

File metadata and controls

51 lines (41 loc) · 1.49 KB

History

0.31.2 (2023-03-13)

0.31.1 (2022-12-09)

0.31.0 (2022-05-21)

  • Add support for Date field
  • Fix LineStringField support

0.30.2 (2021-04-12)

  • Allow loading embedded reference

0.30.1 (2021-04-08)

  • Misc bugfixes

0.30.0 (2020-06-17)

  • Add support for marshmallow v3
  • Remove support for python2 since mm-v3 needs >= p35.
  • Removed support for toasted since doesn't support mm-v3

0.11.0 (2020-05-30)

  • Drop support for Python 2.7
  • Fix requirement on marshmallow (version 3 is not supported)

0.10.0 (2017-11-06)

  • Add support for mongoengine.LazyReferenceField and mongoengine.GenericLazyReferenceField

0.9.1 (2017-10-25)

  • Correct error on release

0.9.0 (2017-10-25)

  • Add support for toastedmarshamallow BREAKING CHANGE: marshmallow is no more installed by default, should use pip install marshmallow_mongoengine[marshmallow] or pip install marshmallow_mongoengine[toasted] depending of your favorite implementation.
  • HISTORY.rst file introduced