We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27185f commit 3ed0fd8Copy full SHA for 3ed0fd8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+2.1.1 / 2024-08-04
2
+==================
3
+ * fix: allow non-discriminated documents be retrieved #40 [DesignByOnyx](https://github.com/DesignByOnyx)
4
+ * fix: don't throw error if array contains null #36 [Sebmaster](https://github.com/Sebmaster)
5
+
6
2.1.0 / 2024-04-27
7
==================
8
* feat: add support for findOneAndReplace #34 [Ebulus7899](https://github.com/Ebulus7899)
package.json
@@ -1,6 +1,6 @@
{
"name": "mongoose-lean-getters",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Apply getters to the results of mongoose queries when using `.lean()`",
"main": "index.js",
"scripts": {
0 commit comments