Skip to content

Releases: Djcharles26/pymongoose

Version 1.1.6

17 Aug 19:12
d97d9b8
Compare
Choose a tag to compare

Minor updates

  • Corrected debug_log set variable

Version 1.1.5

12 Aug 18:36
af6fe96
Compare
Choose a tag to compare

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

06 Aug 04:44
9de5c87
Compare
Choose a tag to compare

Minor updates

  • Added id in fromJson function in mongo_types

Version 1.1.3

06 Aug 04:29
3bcdb8d
Compare
Choose a tag to compare

Minor updates

  • Added validation of initial id in init method

Version 1.1.2

06 Aug 04:09
6140fd9
Compare
Choose a tag to compare

Minor updates

  • Fixed missing retval field in mongo_types aggregate
  • Added validation for empty skip in find method

Version 1.1.1

02 Aug 16:37
eaee55a
Compare
Choose a tag to compare

Minor updates

  • Added parse argument to find and find by id methods
  • Added documentation to all methods

Version 1.1

01 Aug 17:30
5d791a5
Compare
Choose a tag to compare

Minor updates

  • Added validation of sort is None to avoid sorting with id in find

Version 1.0

31 Jul 01:50
c7c59a9
Compare
Choose a tag to compare

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

13 Jul 00:20
0927c35
Compare
Choose a tag to compare

Updates

  • Corrected dict_keys object not subscriptable error

Version 0.2.4

12 Jul 23:44
426aa32
Compare
Choose a tag to compare

Updates

  • Added skip, limit and sort fields in find method to control document list length and sorting