@cocreate/mongodb 1.20.0 → 1.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
  3. package/src/index.js +1152 -801
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.21.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.21.0...v1.21.1) (2024-12-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * projection handeling ([ee8a878](https://github.com/CoCreate-app/CoCreate-mongodb/commit/ee8a87856bd2032242b2e0dd5f05b995ee519f23))
7
+
8
+ # [1.21.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.20.0...v1.21.0) (2024-11-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * unset array item by index ([80adab3](https://github.com/CoCreate-app/CoCreate-mongodb/commit/80adab31fed06b9b4d6ab44535a960956bbc4e57))
14
+
15
+
16
+ ### Features
17
+
18
+ * handle $unset and $pull ([93fe6cd](https://github.com/CoCreate-app/CoCreate-mongodb/commit/93fe6cd8967b5005e4001d960c28593caa7c3d55))
19
+
1
20
  # [1.20.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.19.0...v1.20.0) (2024-11-04)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/mongodb",
3
- "version": "1.20.0",
3
+ "version": "1.21.1",
4
4
  "description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "mongodb",