Skip to content

Releases: mongodb/laravel-mongodb

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

v1.0.4

17 Sep 10:47
Compare
Choose a tag to compare
  • Added unset
  • Fixed push and pull behaviour

v1.0.3

01 Sep 09:24
Compare
Choose a tag to compare
  • Removed deprecated DatabaseManager, but the old facade is still available.
  • Added more MongoDB specific actions to the schema builder.
  • Added aggregation support for sub-documents.
  • Added options parameter to the update method to allow upsert.

v1.0.2

22 Aug 21:41
Compare
Choose a tag to compare
  • Added Schema Builder support.

v1.0.1

22 Aug 07:40
Compare
Choose a tag to compare
  • Allow custom _id's.
  • Better batch insert processing.