We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fbc667 + 13e81de commit eb8ddd3Copy full SHA for eb8ddd3
3 files changed
.changeset/nice-boxes-flash.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# monarch-orm
2
3
+## 0.8.2
4
+
5
+### Patch Changes
6
7
+- 9addbcc: fix build
8
9
## 0.8.1
10
11
### Patch Changes
@@ -74,7 +80,6 @@
74
80
75
81
76
82
- 3549240: Fix populate method behavior in different edgecases
77
-
78
83
- Improve handling of different reference types in populate function
79
84
- Implement projection handling
85
- Update schema definitions for optional fields
package.json
@@ -1,6 +1,6 @@
{
"name": "monarch-orm",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "Type safe Object Document Mapper (ODM) for MongoDB",
"private": false,
"main": "./dist/index.cjs",
0 commit comments