Skip to content

Releases: mongodb/laravel-mongodb

v1.2.0

04 Mar 15:53
Compare
Choose a tag to compare

v1.1.4

28 Feb 12:13
Compare
Choose a tag to compare
  • Added MorphOne and MorphMany
  • Added EmbedsMany, thanks to @alexandre-butynski
  • Fixes belongsToMany bug due to Laravel update

v1.1.3

15 Jan 13:25
Compare
Choose a tag to compare
  • Adding a custom ReminderServiceProvider to allow MongoDB based password reminders.
  • Tweaked id accessor to prevent function nesting, fixes #108
  • Fixed return type of push and pull, fixes #105
  • Adding method pass-trough for the Schema Builder, fixes #104

v1.1.2

05 Jan 10:54
Compare
Choose a tag to compare
  • Adding a new unique parameter to the push method to prevent duplicate items
  • Fixed insert return type to boolean
  • Fixes issue #97, increment and decrement now creates a new attribute if it did not exist

v1.1.1

26 Dec 22:04
Compare
Choose a tag to compare
  • Added relation compatibility with original Eloquent models, check the new readme section for more information
  • Added id accessor, alias for _id
  • Fixes issue #90

v1.1.0

12 Dec 19:31
Compare
Choose a tag to compare
  • Switched to Laravel 4.1 packages, the older version is available in the 4.0 branch.
  • Fixes issue #85
  • Fixes issue #86
  • Fixes issue #87

v1.0.8

09 Dec 13:23
Compare
Choose a tag to compare
  • Added MongoDB specific operators: exists, type, mod, where, all, size, regex
  • OrderBy now accepts both lower and upper case

v1.0.7

29 Nov 10:12
Compare
Choose a tag to compare
  • Added many to many support, thanks to @dyeh

v1.0.6

09 Nov 08:51
Compare
Choose a tag to compare
  • Improved Schema Builder now allows fluent operations
  • Automatic Carbon/DateTime conversion to MongoDate

v1.0.5

07 Oct 12:28
Compare
Choose a tag to compare
  • Added query logging support
  • Small bug fix when searching MongoId's