Skip to content

Commit e7a8a30

Browse files
committed
chore: release 5.0.0
1 parent e5f272f commit e7a8a30

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
5.0.0 / 2023-02-23
2+
==================
3+
* BREAKING CHANGE: drop callback support #137 [hasezoey](https://github.com/hasezoey)
4+
* BREAKING CHANGE: remove custom promise library support #137 [hasezoey](https://github.com/hasezoey)
5+
* BREAKING CHANGE: remove long deprecated `update`, `remove` functions #136 [hasezoey](https://github.com/hasezoey)
6+
* BREAKING CHANGE: remove collection ducktyping: first param to `mquery()` is now always the query filter #138
7+
* feat: support MongoDB Node driver 5 #137 [hasezoey](https://github.com/hasezoey)
8+
19
4.0.3 / 2022-05-17
210
==================
311
* fix: allow using `comment` with `findOneAndUpdate()`, `count()`, `distinct()` and `hint` with `findOneAndUpdate()` Automattic/mongoose#11793

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mquery",
3-
"version": "4.0.3",
3+
"version": "5.0.0",
44
"description": "Expressive query building for MongoDB",
55
"main": "lib/mquery.js",
66
"scripts": {

0 commit comments

Comments
 (0)