Releases: mongodb/laravel-mongodb
Releases · mongodb/laravel-mongodb
v1.1.1
v1.1.0
v1.0.8
- Added MongoDB specific operators: exists, type, mod, where, all, size, regex
- OrderBy now accepts both lower and upper case
v1.0.7
v1.0.6
- Improved Schema Builder now allows fluent operations
- Automatic Carbon/DateTime conversion to MongoDate
v1.0.5
- Added query logging support
- Small bug fix when searching MongoId's
v1.0.4
- Added unset
- Fixed push and pull behaviour
v1.0.3
- 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
- Added Schema Builder support.
v1.0.1
- Allow custom _id's.
- Better batch insert processing.