-
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 07621e4
Showing
31 changed files
with
1,366 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 | ||
|
Oops, something went wrong.