1.22.2 (2025-05-01)
1.22.1 (2025-04-30)
- webpack.config and devdependencies (a3e4329)
1.22.0 (2024-12-19)
- impoved projection handeling,mergeTtoDotNotation function for queries etc (d18f84e)
1.21.1 (2024-12-05)
- projection handeling (ee8a878)
1.21.0 (2024-11-26)
- unset array item by index (80adab3)
- handle $unset and $pull (93fe6cd)
1.20.0 (2024-11-04)
- prettier.config options (1cce40a)
- add prettier.config.js and format files (1baba2c)
1.19.0 (2024-11-02)
- allowDiskUse, set $storage, $database, $array if not included (39a71d9)
1.18.7 (2024-07-05)
- remove new keyword from ObjectId (8198e98)
1.18.6 (2024-07-03)
- handling objectId in queries (58c92b2)
1.18.5 (2024-07-01)
- if startingIndex use as index (7d5ee2e)
1.18.4 (2024-06-23)
- add lock file (3235b66)
1.18.3 (2024-06-23)
- bump dependencies (b2ac1b0)
1.18.2 (2024-06-23)
- update dependencies (4fcde07)
1.18.1 (2024-06-22)
- handling of $storage, $database, and $array refrence (788c27f)
1.18.0 (2024-04-28)
- handle date queries (7d437f2)
1.17.6 (2024-02-20)
- process key[] as $push (5628edf)
1.17.5 (2024-02-14)
- $storage,$database, etc. if does not exist set as empty array (a7d1ae4)
1.17.4 (2024-02-13)
- added console.log to temporarily log data[type] that are not arrays (7fc7e1a)
1.17.3 (2024-02-05)
1.17.2 (2024-01-30)
1.17.1 (2024-01-18)
- handle stroage if $storage string (732a2b9)
1.17.0 (2024-01-17)
- update to support new query system (7555076)
- parseRegex expresion function to seperate pattern from options (9401b07)
1.16.1 (2024-01-08)
- handling of array item update (a189784)
1.16.0 (2024-01-08)
- bumped CoCreate dependencies to their latest versions (6cbffba)
- support $elemMatch operator (520cda3)
1.15.0 (2023-11-25)
- update licensing details (111cfa2)
- upgrade dependencies for latest features and fixes (2278fba)
1.14.0 (2023-11-25)
- upgrade dependencies for latest features and fixes (138490f)
1.13.1 (2023-11-19)
- handle object value string (a97f529)
1.13.0 (2023-11-19)
- update dependecies for th latest features and bug fixes (26967d0)
1.12.3 (2023-11-18)
- operator (15a617e)
1.12.2 (2023-11-18)
- handling of $nin operator (56cbd21)
1.12.1 (2023-11-12)
1.12.0 (2023-11-09)
- $storage, $database, $array are arrays (9cda13a)
- meta name typo (c7c8e1d)
- update date queries (3f8103d)
- update method names (936254d)
- merge data[types] with same _id for type objects and name for all other types (1da51a8)
1.11.0 (2023-11-03)
- favicon.ico path (5e54a37)
- update dependencies to the lates versions (2a4dc62)
- update method to use object.update etc (1e9e7b8)
- 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)
- ensure a single connection is created (f3856af)
1.10.5 (2023-10-25)
- delete mongoClient if an error occures (b1942c7)
1.10.4 (2023-10-25)
- dbClient error handling (256e9b9)
1.10.3 (2023-10-25)
- bump dependencies (699920c)
1.10.2 (2023-10-14)
- bump dependencies (dd2e89c)
1.10.1 (2023-10-09)
- bump cocreate dependency versions (4c65d75)
1.10.0 (2023-10-09)
- ObjectId generated by db to maintain integrity and atomicity of message_log (63a1d4a)
- $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)
1.9.0 (2023-09-17)
- isFilter, cursor and upsert logic (5bd0316)
- merge reference after data update references. convert ObjectId to string before pushing to documents (b3ee3f8)
- 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)
- 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)
- removed webpack.config and build step as no webpack.config exist (2f15aff)
1.7.1 (2023-08-21)
- bump dependencies (1f3709e)
1.7.0 (2023-08-21)
- Update cocreate dependencies for the latest features and bug fixes (f37dca6)
1.6.3 (2023-08-21)
- /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js (553bfe6)
- document to object (1780f64)
- renamed dbUrl to storageUrl and add storage name to responses (ace186f)
- replace cdn with /dist (a4d3773)
- update file uploader (e6e1dbe)
1.6.2 (2023-08-18)
- type updated to object (75313f5)
1.6.1 (2023-08-17)
- typo db.array to db.collection (1561ab9)
1.6.0 (2023-08-17)
- bump cocreate dependencies for the latest updates and features (3cb3e3d)
1.5.0 (2023-08-16)
- 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)
- name attribute and variable renamed to key (79e1c03)
1.4.18 (2023-06-14)
1.4.17 (2023-06-11)
1.4.16 (2023-06-11)
1.4.15 (2023-06-11)
- testing workflow (2f7b0f2)
1.4.14 (2023-06-11)
- testing workflow (f67c734)
1.4.13 (2023-06-11)
1.4.12 (2023-06-11)
- testing workflow (8a13c04)
1.4.11 (2023-06-11)
1.4.10 (2023-06-11)
- postintall error (b436a82)
1.4.9 (2023-06-11)
- @cocreate/cli moved to dependencies (c0bfb2d)
1.4.8 (2023-06-11)
1.4.7 (2023-06-11)
- 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)
1.4.5 (2023-06-10)
1.4.4 (2023-06-04)
- Refactor CoCreate.config.js to remove hard-coded credentials (5becc47)
1.4.3 (2023-06-04)
1.4.2 (2023-06-04)
1.4.1 (2023-05-25)
- Update dependencies versions (1e009fb)
1.4.0 (2023-05-21)
- Refactor index.js document function to return updated documents when returnDocument is set to false. (6dba55b)
1.3.2 (2023-05-20)
- updated dependencies to their latest versions (adca1c6)
1.3.1 (2023-05-19)
- $set keys were deletes due to array handeling function unnecessary keys to reduce clutter and improve efficiency. (979d873)
1.3.0 (2023-05-19)
- Update projection with update keys and modify update operations based on key format. (1f9e170)
1.2.5 (2023-05-11)
1.2.4 (2023-04-24)
- removed uglify.js from dev dependencies (2a9dcee)
1.2.3 (2023-04-12)
- data.filter.query error solved using if condition (ab65717)
1.2.2 (2023-04-11)
- dbClient optimization (1a18f6f)
- renamed domans to hosts (10d3f86)
- return platformClient if organization_id = process.env.organization_id (a758d7f)
1.2.1 (2023-03-28)
- data.filter && data.filter.query (bc3a0db)
1.2.0 (2023-03-19)
- dynamically connect to user defined dbUrl (343ab8e)
1.1.25 (2023-02-01)
- bump dependencies (431d507)
1.1.24 (2023-01-31)
- bump dependencies (cc5e35e)
1.1.23 (2023-01-30)
- bump dependencies (0360bcf)
1.1.22 (2023-01-29)
- bump dependencies (5925773)
1.1.21 (2023-01-29)
- bump dependencies (941a37e)
1.1.20 (2023-01-28)
- bump dependencies (a063511)
1.1.19 (2023-01-13)
- bump dependencies (63c3be9)
1.1.18 (2023-01-10)
- bump dependencies (316edce)
1.1.17 (2023-01-09)
- bump dependnecies (2cdcab9)
1.1.16 (2023-01-06)
1.1.15 (2023-01-05)
- bump dependencies (27e1d48)
1.1.14 (2023-01-01)
- docs sanbox overflow (37501db)
1.1.13 (2022-12-31)
1.1.12 (2022-12-30)
- update config sources to use template braces with entry on src (d2ca0fe)
1.1.11 (2022-12-29)
- bump dependencies (9b49dc1)
1.1.10 (2022-12-27)
- bump dependencies (b969573)
1.1.9 (2022-12-25)
1.1.8 (2022-12-23)
- bump dependnecies (6f5c874)
1.1.7 (2022-12-22)
1.1.6 (2022-12-22)
- update demos and bump dependencies (d82ac4d)
1.1.5 (2022-12-21)
- bump dependencies (98a1a55)
1.1.4 (2022-12-20)
- bump dependencies (db44628)
1.1.3 (2022-12-13)
- removed un used devDependencies (9464256)
1.1.2 (2022-12-13)
1.1.1 (2022-12-12)
- bump dependencies (c44c6bd)
1.1.0 (2022-12-11)
- bump dependencies (127aa5f)
- query, search and sort databases and collections (d19b2cd)
1.0.10 (2022-12-09)
- bump dependencies (c69c11a)
1.0.9 (2022-12-08)
- update readme (3c63eb5)
1.0.8 (2022-12-08)
- bump dependencies (0fd1ac9)
1.0.7 (2022-12-08)
- remove console.log (311605d)
1.0.6 (2022-12-08)
1.0.5 (2022-12-08)
- update mongodb dependency (1745139)
1.0.4 (2022-12-07)
- bump dependencies (6b01d4e)
1.0.3 (2022-12-07)
- MONGO_URL (1cbb43d)
1.0.2 (2022-12-05)
1.0.1 (2022-12-04)
- add missing dependency @cocreate/utis (b8e67aa)
- Initial Release (652879b)