Skip to content

Releases: CoCreate-app/CoCreate-mongodb

v1.8.0

07 Sep 23:46
Compare
Choose a tag to compare

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)

v1.7.2

21 Aug 19:06
Compare
Choose a tag to compare

1.7.2 (2023-08-21)

Bug Fixes

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

v1.7.1

21 Aug 04:08
Compare
Choose a tag to compare

1.7.1 (2023-08-21)

Bug Fixes

v1.7.0

21 Aug 03:47
Compare
Choose a tag to compare

1.7.0 (2023-08-21)

Features

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

v1.6.3

21 Aug 03:34
Compare
Choose a tag to compare

1.6.3 (2023-08-21)

Bug Fixes

v1.6.2

18 Aug 01:14
Compare
Choose a tag to compare

1.6.2 (2023-08-18)

Bug Fixes

v1.6.1

17 Aug 23:53
Compare
Choose a tag to compare

1.6.1 (2023-08-17)

Bug Fixes

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

v1.6.0

17 Aug 00:25
Compare
Choose a tag to compare

1.6.0 (2023-08-17)

Features

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

v1.5.0

16 Aug 23:07
Compare
Choose a tag to compare

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)

v1.4.18

14 Jun 20:11
Compare
Choose a tag to compare

1.4.18 (2023-06-14)

Bug Fixes