Skip to content

Releases: mongodb/laravel-mongodb

v2.1.3

23 Mar 21:47
Compare
Choose a tag to compare
  • Queries are now only logged when the database connection is in logging mode.

v2.1.2

22 Mar 20:31
Compare
Choose a tag to compare
  • Fixes issue with sync for many to many relations
  • Fixes issue with lists by primary key

v2.0.5

22 Mar 20:46
Compare
Choose a tag to compare
  • Fixes issue with sync for many to many relations
  • Fixes issue with lists by primary key

v2.1.1

05 Mar 19:51
Compare
Choose a tag to compare
  • Better MongoDB DSN generation.
  • You can now also directly pass the DSN string to set up a connection.

v2.0.4

16 Feb 14:25
Compare
Choose a tag to compare
  • Laravel 4.2.17 support

v2.1.0

24 Feb 08:52
Compare
Choose a tag to compare
  • Temporary tag for Laravel 5

v2.1.0-beta

11 Feb 16:59
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release
  • Laravel 5 support

v2.0.3

04 Feb 10:38
Compare
Choose a tag to compare
  • Fixes issue #325
  • Fixes compileWhereIn for MongoDB 2.6.0
  • Removed unused imports

v2.0.2

16 Sep 11:05
Compare
Choose a tag to compare
  • Fix for Laravel 4.2.9.

v2.0.1

11 Aug 10:05
Compare
Choose a tag to compare
  • Revert service provider code, fixes #280.
  • Support for 'regexp' and 'not regexp' operations, check readme for more information.