@cocreate/mongodb 1.8.0 → 1.9.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 (4) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +683 -21
  3. package/package.json +2 -2
  4. package/src/index.js +296 -421
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.9.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.8.0...v1.9.0) (2023-09-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * isFilter, cursor and upsert logic ([5bd0316](https://github.com/CoCreate-app/CoCreate-mongodb/commit/5bd0316b4849fbba70c90338308d75fa9640b933))
7
+ * merge reference after data update references. convert ObjectId to string before pushing to documents ([b3ee3f8](https://github.com/CoCreate-app/CoCreate-mongodb/commit/b3ee3f8e04efcf202db49b8820adafdd9bc647e0))
8
+
9
+
10
+ ### Features
11
+
12
+ * createProjection function and refactor code to improve performance and readability ([c80ae1c](https://github.com/CoCreate-app/CoCreate-mongodb/commit/c80ae1c92e7f4fe40f64ebbc974496b34e83ba7e))
13
+ * set replaceArray(object, true) to true returns projection ([4db10a9](https://github.com/CoCreate-app/CoCreate-mongodb/commit/4db10a91ff9ab69b9f36ba547997770087a5382a))
14
+
1
15
  # [1.8.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.7.2...v1.8.0) (2023-09-07)
2
16
 
3
17