Skip to content

Releases: mongodb/laravel-mongodb

v1.2.6

14 Apr 17:51
Compare
Choose a tag to compare
  • EmbedsMany now returns the correct result for find
  • Cleaned up the MorphTo relation
  • toJson now uses getDateFormat
  • Increased test coverage

v1.2.5

11 Apr 13:06
Compare
Choose a tag to compare
  • Prevent duplicate embedsMany objects
  • Added count method to embedsMany relation object

v1.2.4

06 Apr 08:34
Compare
Choose a tag to compare
  • Modification for Laravel 4.1.24
  • Fixes infinite loop on EmbedsMany
  • Increased test coverage

v1.2.3

21 Mar 10:57
Compare
Choose a tag to compare

v1.2.2

11 Mar 08:52
Compare
Choose a tag to compare

v1.2.1

07 Mar 09:03
Compare
Choose a tag to compare
  • Fixes belongsToMany issue that did not correctly remove ids on related models.
  • Fixes pull on model instances.
  • Adds natural order sorting.

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