Skip to content

Commit

Permalink
Add support for mongoose 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanel committed Feb 5, 2024
1 parent 92930c0 commit 0d68bdb
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 184 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
node: [14, 16, 18]
mongodb-version: ['4.4.18', '5.0.14', '6.0.4']
node: [16, 18, 20]
mongodb-version: ['4.4.18', '5.0.14', '6.0.4']
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb-version }}
steps:
- name: Git checkout
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v1.0.2]
> February 5, 2024
- Update `devDependencies` to `"mongoose": "^8.1.1"`
- `peerDependencies` for `mongoose` set to `"5.x || 6.x || 7.x || 8.x"` ([RajatJain4061](https://github.com/RajatJain4061)) [#148](https://github.com/dsanel/mongoose-delete/pull/148)
- fix test: count() -> should return 3 documents


## [v1.0.1]
> June 13, 2023
- fix: aggregateWithDeleted returns no result with Discriminators #130
Expand Down
Loading

0 comments on commit 0d68bdb

Please sign in to comment.