@cocreate/mongodb 1.20.0 → 1.21.0

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 +12 -0
  2. package/package.json +1 -1
  3. package/src/index.js +1149 -799
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.21.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.20.0...v1.21.0) (2024-11-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * unset array item by index ([80adab3](https://github.com/CoCreate-app/CoCreate-mongodb/commit/80adab31fed06b9b4d6ab44535a960956bbc4e57))
7
+
8
+
9
+ ### Features
10
+
11
+ * handle $unset and $pull ([93fe6cd](https://github.com/CoCreate-app/CoCreate-mongodb/commit/93fe6cd8967b5005e4001d960c28593caa7c3d55))
12
+
1
13
  # [1.20.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.19.0...v1.20.0) (2024-11-04)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/mongodb",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
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",