Skip to content

Releases: mongodb/laravel-mongodb

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.

v1.0.0

18 Aug 08:23
Compare
Choose a tag to compare

First release of the Eloquent model and Query Builder. This version still contains the DatabaseManager and DB facade which are marked as deprecated. These classes will be removed in future releases.