Skip to content

Tags: jokmontoya/laravel-mongodb

Tags

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1695 from josemiguelq/paginating

Improve pagination execution time

v3.6.0

Toggle v3.6.0's commit message
✅ Replace str_random usage

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1806 from halaei/fix-for-non-string-id

fix for non string id

v3.5.2

Toggle v3.5.2's commit message
Return proper value instead of _id on QueryBuilder (mongodb#1747)

Fixes mongodb#1741

v3.5.1

Toggle v3.5.1's commit message
Fix tests (mongodb#1724)

*   Update Dockerfile, add for methods setUp and tearDown return type hint in all tests, replace fire on dispatch

* Resolve error test with touch

* Use COMPOSER_VERSION in Dockerfile

* Add alias for composer

* Change parent method's names
Broken commit in laravel: laravel/framework@2ee1892

* Remove changes in .travis.yml

* Remove changes from Dockerfile

* Revert changes in docker-compose.yml

* Update image with mysql

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1712 from graphicms/master

Update originalIsEquivalent to work with Laravel 5.8

v3.4.6

Toggle v3.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1696 from emprove/master

reassigned getDatabaseName method

v3.4.5

Toggle v3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1661 from Zuken/fix_where_in

Replaced whereIn method retrieval for relations

v3.4.4

Toggle v3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1650 from Zuken/compatibility_5.7.14

laravel/lumen 5.7.14 compatibility

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongodb#1583 from bTokman/master

Fix issue using query builder first() method (in case with usage outside the Laravel)