Skip to content

Releases: CoCreate-app/CoCreate-mongodb

v1.11.0

03 Nov 23:46
Compare
Choose a tag to compare

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

25 Oct 21:00
Compare
Choose a tag to compare

1.10.6 (2023-10-25)

Bug Fixes

  • ensure a single connection is created (f3856af)

v1.10.5

25 Oct 20:17
Compare
Choose a tag to compare

1.10.5 (2023-10-25)

Bug Fixes

  • delete mongoClient if an error occures (b1942c7)

v1.10.4

25 Oct 19:36
Compare
Choose a tag to compare

1.10.4 (2023-10-25)

Bug Fixes

  • dbClient error handling (256e9b9)

v1.10.3

25 Oct 00:13
Compare
Choose a tag to compare

1.10.3 (2023-10-25)

Bug Fixes

v1.10.2

14 Oct 01:53
Compare
Choose a tag to compare

1.10.2 (2023-10-14)

Bug Fixes

v1.10.1

09 Oct 20:25
Compare
Choose a tag to compare

1.10.1 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (4c65d75)

v1.10.0

09 Oct 02:57
Compare
Choose a tag to compare

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

18 Sep 01:32
Compare
Choose a tag to compare

1.9.1 (2023-09-18)

Bug Fixes

  • Add path and pathname (7ae3b2d)
  • Update dCoCreate dpendencies to latest versions (b583adc)

v1.9.0

17 Sep 16:58
Compare
Choose a tag to compare

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)