Skip to content

Releases: Sammaye/mongoyii-php7

2.0.5

11 Apr 19:25
6ebf11c
Compare
Choose a tag to compare

Bug fix:

  • #34 Deprecated Arguments in mapreduce

2.0.4

22 Apr 23:28
299f55f
Compare
Choose a tag to compare

Fix:

  • #33 testing for floats in compare

2.0.3

15 Jan 15:17
9cabc27
Compare
Choose a tag to compare

Fixed:

  • #31 Collection classes

2.0.2

05 Jan 16:28
5330271
Compare
Choose a tag to compare

Fixed:

  • #30 MigrateCommand class

2.0.1

20 Jan 11:29
Compare
Choose a tag to compare

Fix:

  • #25 BSON encode in the Model class

2.0.0

10 Jan 10:33
Compare
Choose a tag to compare

BC Breaking:

  • #17 Query class has changed how it uses databases, it should be invisible to 99% of use cases but please be aware that there are some cases it could cause breakage

Fixed:

  • #23 Database was not returning the correct Collection object for use in the extension
  • #15 Database name not set correctly

1.1.4

21 Dec 14:16
Compare
Choose a tag to compare

Fixed:

  • #16 Setting DB Criteria object correctly

1.1.3

24 Nov 12:30
Compare
Choose a tag to compare

Fixed:

  • #14 Some how using getDbConnection() from my old code

1.1.2

25 Oct 08:56
Compare
Choose a tag to compare

Fix:

  • Problems with class loading #13

1.1.1

05 Sep 12:10
Compare
Choose a tag to compare

Fixed:

  • #12 findOne not merging filters correctly