Skip to content

Releases: Djcharles26/pymongoose

Version 1.2.2

03 Nov 03:00
0415374
Compare
Choose a tag to compare

Minor updates

  • Updated how populate groups and replace roots works when parent of path contains dots (are objects)

Version 1.2.1

30 Oct 20:47
0543c3f
Compare
Choose a tag to compare

Minor updates

  • Changed skip, limit and sort order in find when populate is not None

Version 1.2

27 Oct 01:23
94f4d5c
Compare
Choose a tag to compare

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

24 Oct 05:27
a397e63
Compare
Choose a tag to compare

Minor updates

  • Updated how match in internal populate works

Version 1.1.12

18 Oct 23:36
fd46ad0
Compare
Choose a tag to compare

Minor updates

  • Added boolean type validation
  • Updated how required values are checked

Version 1.1.11

21 Aug 00:32
3f23bfe
Compare
Choose a tag to compare

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

19 Aug 02:43
f4fd018
Compare
Choose a tag to compare

Minor updates

  • Updated type and required validations inside mongo documents

Version 1.1.9

18 Aug 00:41
5206af7
Compare
Choose a tag to compare

Minor updates

  • Added complex_model for more unit testings
  • Corrected validation methods
  • Added complex test integration

Version 1.1.8

17 Aug 19:49
90fb247
Compare
Choose a tag to compare

Minor updates

  • Fixed date validator type

Version 1.1.7

17 Aug 19:35
f370928
Compare
Choose a tag to compare

Minor updates

  • Corrected exists method
  • Added more logs in check validations of required and types