Skip to content

Latest commit

 

History

History
896 lines (403 loc) · 37.3 KB

File metadata and controls

896 lines (403 loc) · 37.3 KB

1.22.2 (2025-05-01)

Bug Fixes

1.22.1 (2025-04-30)

Bug Fixes

  • webpack.config and devdependencies (a3e4329)

1.22.0 (2024-12-19)

Features

  • impoved projection handeling,mergeTtoDotNotation function for queries etc (d18f84e)

1.21.1 (2024-12-05)

Bug Fixes

1.21.0 (2024-11-26)

Bug Fixes

  • unset array item by index (80adab3)

Features

  • handle $unset and $pull (93fe6cd)

1.20.0 (2024-11-04)

Bug Fixes

  • prettier.config options (1cce40a)

Features

  • add prettier.config.js and format files (1baba2c)

1.19.0 (2024-11-02)

Features

  • allowDiskUse, set $storage, $database, $array if not included (39a71d9)

1.18.7 (2024-07-05)

Bug Fixes

  • remove new keyword from ObjectId (8198e98)

1.18.6 (2024-07-03)

Bug Fixes

  • handling objectId in queries (58c92b2)

1.18.5 (2024-07-01)

Bug Fixes

  • if startingIndex use as index (7d5ee2e)

1.18.4 (2024-06-23)

Bug Fixes

1.18.3 (2024-06-23)

Bug Fixes

1.18.2 (2024-06-23)

Bug Fixes

1.18.1 (2024-06-22)

Bug Fixes

  • handling of $storage, $database, and $array refrence (788c27f)

1.18.0 (2024-04-28)

Features

1.17.6 (2024-02-20)

Bug Fixes

1.17.5 (2024-02-14)

Bug Fixes

  • $storage,$database, etc. if does not exist set as empty array (a7d1ae4)

1.17.4 (2024-02-13)

Bug Fixes

  • added console.log to temporarily log data[type] that are not arrays (7fc7e1a)

1.17.3 (2024-02-05)

Bug Fixes

1.17.2 (2024-01-30)

Bug Fixes

1.17.1 (2024-01-18)

Bug Fixes

  • handle stroage if $storage string (732a2b9)

1.17.0 (2024-01-17)

Bug Fixes

  • update to support new query system (7555076)

Features

  • parseRegex expresion function to seperate pattern from options (9401b07)

1.16.1 (2024-01-08)

Bug Fixes

  • handling of array item update (a189784)

1.16.0 (2024-01-08)

Features

  • bumped CoCreate dependencies to their latest versions (6cbffba)
  • support $elemMatch operator (520cda3)

1.15.0 (2023-11-25)

Bug Fixes

  • update licensing details (111cfa2)

Features

  • upgrade dependencies for latest features and fixes (2278fba)

1.14.0 (2023-11-25)

Features

  • upgrade dependencies for latest features and fixes (138490f)

1.13.1 (2023-11-19)

Bug Fixes

  • handle object value string (a97f529)

1.13.0 (2023-11-19)

Features

  • update dependecies for th latest features and bug fixes (26967d0)

1.12.3 (2023-11-18)

Bug Fixes

1.12.2 (2023-11-18)

Bug Fixes

  • handling of $nin operator (56cbd21)

1.12.1 (2023-11-12)

Bug Fixes

  • bump dependencies for latest features (704750a)
  • removed limit = index + limit (c085917)

1.12.0 (2023-11-09)

Bug Fixes

Features

  • merge data[types] with same _id for type objects and name for all other types (1da51a8)

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)

1.10.6 (2023-10-25)

Bug Fixes

  • ensure a single connection is created (f3856af)

1.10.5 (2023-10-25)

Bug Fixes

  • delete mongoClient if an error occures (b1942c7)

1.10.4 (2023-10-25)

Bug Fixes

  • dbClient error handling (256e9b9)

1.10.3 (2023-10-25)

Bug Fixes

1.10.2 (2023-10-14)

Bug Fixes

1.10.1 (2023-10-09)

Bug Fixes

  • bump cocreate dependency versions (4c65d75)

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)

1.9.1 (2023-09-18)

Bug Fixes

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

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)

1.8.0 (2023-09-07)

Features

  • support $push, $delete, $pop, $pull methods on arrays. (06bf984)
  • Use cursor when filtering through documents, increasing performance and enabeling ability to process very large data sets (376c63f)

1.7.2 (2023-08-21)

Bug Fixes

  • removed webpack.config and build step as no webpack.config exist (2f15aff)

1.7.1 (2023-08-21)

Bug Fixes

1.7.0 (2023-08-21)

Features

  • Update cocreate dependencies for the latest features and bug fixes (f37dca6)

1.6.3 (2023-08-21)

Bug Fixes

1.6.2 (2023-08-18)

Bug Fixes

1.6.1 (2023-08-17)

Bug Fixes

  • typo db.array to db.collection (1561ab9)

1.6.0 (2023-08-17)

Features

  • bump cocreate dependencies for the latest updates and features (3cb3e3d)

1.5.0 (2023-08-16)

Bug Fixes

  • crud attributes renamed (08ecbf2)
  • Refactored *-target to *-selector (9fa3212)
  • startIndex variable renamed to index and comment out unnecessary code. (b20bf7a)
  • webpack.config and package.json make use of mode=production instead of process.env (22a2454)

Features

  • name attribute and variable renamed to key (79e1c03)

1.4.18 (2023-06-14)

Bug Fixes

1.4.17 (2023-06-11)

Bug Fixes

1.4.16 (2023-06-11)

Bug Fixes

1.4.15 (2023-06-11)

Bug Fixes

1.4.14 (2023-06-11)

Bug Fixes

1.4.13 (2023-06-11)

Bug Fixes

1.4.12 (2023-06-11)

Bug Fixes

1.4.11 (2023-06-11)

Bug Fixes

1.4.10 (2023-06-11)

Bug Fixes

1.4.9 (2023-06-11)

Bug Fixes

  • @cocreate/cli moved to dependencies (c0bfb2d)

1.4.8 (2023-06-11)

Bug Fixes

1.4.7 (2023-06-11)

Bug Fixes

  • renamed db to storage (5eaa2bb)
  • renamed hosts to host. the value can be a string or an array of strings (3dcbd95)

1.4.6 (2023-06-10)

Bug Fixes

1.4.5 (2023-06-10)

Bug Fixes

1.4.4 (2023-06-04)

Bug Fixes

  • Refactor CoCreate.config.js to remove hard-coded credentials (5becc47)

1.4.3 (2023-06-04)

Bug Fixes

1.4.2 (2023-06-04)

Bug Fixes

1.4.1 (2023-05-25)

Bug Fixes

  • Update dependencies versions (1e009fb)

1.4.0 (2023-05-21)

Features

  • Refactor index.js document function to return updated documents when returnDocument is set to false. (6dba55b)

1.3.2 (2023-05-20)

Bug Fixes

  • updated dependencies to their latest versions (adca1c6)

1.3.1 (2023-05-19)

Bug Fixes

  • $set keys were deletes due to array handeling function unnecessary keys to reduce clutter and improve efficiency. (979d873)

1.3.0 (2023-05-19)

Features

  • Update projection with update keys and modify update operations based on key format. (1f9e170)

1.2.5 (2023-05-11)

Bug Fixes

1.2.4 (2023-04-24)

Bug Fixes

  • removed uglify.js from dev dependencies (2a9dcee)

1.2.3 (2023-04-12)

Bug Fixes

  • data.filter.query error solved using if condition (ab65717)

1.2.2 (2023-04-11)

Bug Fixes

  • dbClient optimization (1a18f6f)
  • renamed domans to hosts (10d3f86)
  • return platformClient if organization_id = process.env.organization_id (a758d7f)

1.2.1 (2023-03-28)

Bug Fixes

  • data.filter && data.filter.query (bc3a0db)

1.2.0 (2023-03-19)

Features

  • dynamically connect to user defined dbUrl (343ab8e)

1.1.25 (2023-02-01)

Bug Fixes

1.1.24 (2023-01-31)

Bug Fixes

1.1.23 (2023-01-30)

Bug Fixes

1.1.22 (2023-01-29)

Bug Fixes

1.1.21 (2023-01-29)

Bug Fixes

1.1.20 (2023-01-28)

Bug Fixes

1.1.19 (2023-01-13)

Bug Fixes

1.1.18 (2023-01-10)

Bug Fixes

1.1.17 (2023-01-09)

Bug Fixes

1.1.16 (2023-01-06)

Bug Fixes

1.1.15 (2023-01-05)

Bug Fixes

1.1.14 (2023-01-01)

Bug Fixes

1.1.13 (2022-12-31)

Bug Fixes

  • bump dependencies (c2b1cc9)
  • if name _id and !value continue (ec6593e)

1.1.12 (2022-12-30)

Bug Fixes

  • update config sources to use template braces with entry on src (d2ca0fe)

1.1.11 (2022-12-29)

Bug Fixes

1.1.10 (2022-12-27)

Bug Fixes

1.1.9 (2022-12-25)

Bug Fixes

1.1.8 (2022-12-23)

Bug Fixes

1.1.7 (2022-12-22)

Bug Fixes

1.1.6 (2022-12-22)

Bug Fixes

  • update demos and bump dependencies (d82ac4d)

1.1.5 (2022-12-21)

Bug Fixes

1.1.4 (2022-12-20)

Bug Fixes

1.1.3 (2022-12-13)

Bug Fixes

  • removed un used devDependencies (9464256)

1.1.2 (2022-12-13)

Bug Fixes

  • bump dependencies (fcf95de)
  • supports operator includes and $includes (d63e4a4)

1.1.1 (2022-12-12)

Bug Fixes

1.1.0 (2022-12-11)

Bug Fixes

Features

  • query, search and sort databases and collections (d19b2cd)

1.0.10 (2022-12-09)

Bug Fixes

1.0.9 (2022-12-08)

Bug Fixes

1.0.8 (2022-12-08)

Bug Fixes

1.0.7 (2022-12-08)

Bug Fixes

1.0.6 (2022-12-08)

Bug Fixes

1.0.5 (2022-12-08)

Bug Fixes

  • update mongodb dependency (1745139)

1.0.4 (2022-12-07)

Bug Fixes

1.0.3 (2022-12-07)

Bug Fixes

1.0.2 (2022-12-05)

Bug Fixes

1.0.1 (2022-12-04)

Bug Fixes

  • add missing dependency @cocreate/utis (b8e67aa)

1.0.0 (2022-12-04)

Features