Releases: CoCreate-app/CoCreate-mongodb
Releases · CoCreate-app/CoCreate-mongodb
v1.11.0
1.11.0 (2023-11-03)
Bug Fixes
- favicon.ico path (5e54a37)
- update dependencies to the lates versions (2a4dc62)
- update method to use object.update etc (1e9e7b8)
Features
- morph data[type] so the object can be synced across multiple storage, database, arra (8d29c0a)
- read.object will compare modified.on and update db (b8b2c74)
v1.10.6
1.10.6 (2023-10-25)
Bug Fixes
- ensure a single connection is created (f3856af)
v1.10.5
1.10.5 (2023-10-25)
Bug Fixes
- delete mongoClient if an error occures (b1942c7)
v1.10.1
1.10.1 (2023-10-09)
Bug Fixes
- bump cocreate dependency versions (4c65d75)
v1.10.0
1.10.0 (2023-10-09)
Bug Fixes
- ObjectId generated by db to maintain integrity and atomicity of message_log (63a1d4a)
Features
- $currentDate operator to add timestamp in (057e067)
- isValidDate imported from utils to check key values for date strings and convert to date object (16f6695)
- Support for $each update operator (d955bd6)
v1.9.1
1.9.1 (2023-09-18)
Bug Fixes
- Add path and pathname (7ae3b2d)
- Update dCoCreate dpendencies to latest versions (b583adc)
v1.9.0
1.9.0 (2023-09-17)
Bug Fixes
- isFilter, cursor and upsert logic (5bd0316)
- merge reference after data update references. convert ObjectId to string before pushing to documents (b3ee3f8)
Features
- createProjection function and refactor code to improve performance and readability (c80ae1c)
- set replaceArray(object, true) to true returns projection (4db10a9)