You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-10
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
5
6
-
## [3.8.2] - 2020-12-17
6
+
## [3.8.2] - 2020-12-18
7
7
8
8
### Changed
9
9
- MongodbQueueServiceProvider does not use the DB Facade anymore [#2149](https://github.com/jenssegers/laravel-mongodb/pull/2149) by [@curosmj](https://github.com/curosmj)
10
+
- Add escape regex chars to DB Presence Verifier [#1992](https://github.com/jenssegers/laravel-mongodb/pull/1992) by [@andrei-gafton-rtgt](https://github.com/andrei-gafton-rtgt)
11
+
12
+
## [3.8.1] - 2020-10-23
10
13
11
14
### Added
12
15
- Laravel 8 support by [@divine](https://github.com/divine).
13
16
14
17
### Changed
15
-
-Updated versions of all dependencies by [@divine](https://github.com/divine).
18
+
-Fix like with numeric values [#2127](https://github.com/jenssegers/laravel-mongodb/pull/2127)by [@hnassr](https://github.com/hnassr).
16
19
17
-
## [3.7.0] - 2020-09-18
20
+
## [3.8.0] - 2020-09-03
18
21
19
22
### Added
20
-
- Laravel 7 support by [@divine](https://github.com/divine).
21
-
22
-
### Changed
23
-
- Updated versions of all dependencies by [@divine](https://github.com/divine).
24
-
25
-
### Removed
26
-
- shouldUseCollections function by [@divine](https://github.com/divine).
23
+
- Laravel 8 support & updated versions of all dependencies [#2108](https://github.com/jenssegers/laravel-mongodb/pull/2108) by [@divine](https://github.com/divine).
0 commit comments