-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version compatible with mongoose 8, updated types and removed callback support (see breaking changes for Mongoose 7/8). feat!: dropping support for Node 14, 16 feat!: dropping support for MongoDB 4 feat: renaming query helper functions `withDeleted()` -> `allDocuments()`, `onlyDeleted()` -> `deletedDocuments()` feat: removing support for query option `{ withDeleted: true }` (use `deleted: { $in: [true, false] }` in query instead)
- Loading branch information
1 parent
af645d7
commit 09883d3
Showing
32 changed files
with
1,370 additions
and
1,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ node_modules | |
|
||
# IDE | ||
.idea | ||
.vscode | ||
|
||
# OSX | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Changelog | ||
|
||
|
||
## [v1.3.1] | ||
> December 28, 2022 | ||
|
Oops, something went wrong.