Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and emiljanitzek committed Mar 14, 2024
1 parent 09883d3 commit 1c06b2f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## [2.0.0](https://github.com/emiljanitzek/mongoose-delete-ts/compare/v1.1.1...v2.0.0) (2024-03-14)


### ⚠ BREAKING CHANGES

* dropping support for Node 14, 16
* dropping support for MongoDB 4
* upgrade to mongoose 8

### Features

* dropping support for MongoDB 4 ([09883d3](https://github.com/emiljanitzek/mongoose-delete-ts/commit/09883d38da5e9314ea3c0f5a3ae4012c8c046907))
* dropping support for Node 14, 16 ([09883d3](https://github.com/emiljanitzek/mongoose-delete-ts/commit/09883d38da5e9314ea3c0f5a3ae4012c8c046907))
* removing support for query option `{ withDeleted: true }` (use `deleted: { $in: [true, false] }` in query instead) ([09883d3](https://github.com/emiljanitzek/mongoose-delete-ts/commit/09883d38da5e9314ea3c0f5a3ae4012c8c046907))
* renaming query helper functions `withDeleted()` -> `allDocuments()`, `onlyDeleted()` -> `deletedDocuments()` ([09883d3](https://github.com/emiljanitzek/mongoose-delete-ts/commit/09883d38da5e9314ea3c0f5a3ae4012c8c046907))
* upgrade to mongoose 8 ([09883d3](https://github.com/emiljanitzek/mongoose-delete-ts/commit/09883d38da5e9314ea3c0f5a3ae4012c8c046907))

## [v1.3.1]
> December 28, 2022
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-delete-ts",
"version": "1.3.1",
"version": "2.0.0",
"description": "Mongoose soft delete plugin",
"author": "Emil Janitzek <emil@pixel2.se>",
"main": "dist/source/index.js",
Expand Down

0 comments on commit 1c06b2f

Please sign in to comment.