Skip to content

Releases: ExWeiv/weiv-data

v4.1.3

22 May 23:00
014fa3a
Compare
Choose a tag to compare

Changelog

  • BUG Fixes

v4.1.2

22 May 22:27
be803a7
Compare
Choose a tag to compare

Changelog

  • Documentation fixes.

v4.1.1

22 May 22:11
02be9ef
Compare
Choose a tag to compare

Changelog

  • Documentation update for custom options both for connections and cache (MongoClient options)

v4.1.0

21 May 17:42
9b85bc1
Compare
Choose a tag to compare

Changelog

  • Documentation is updated with new informations and better TS support.
  • TS internal system is changed and now auto-complete works better.
  • Validation system added for almost all functions, with some security checks.
  • NPM packages versions updated.
  • Error messages changed a bit.
  • Aggregation system is replaced with new one, now order of methods matters and there are more updates about aggregate function.
  • Some internal updates to WeivDataFilter.
  • New function added to get the current version of the package.
  • Query system is replaced with new one, now it's better and a bit faster.
  • All ids are returned as string from now. Any objectid is converted to string just before return.
  • onlyOwner flag added for some functions to enable permission of Member Author just like in WixData.
  • mongodb version updated to 6.6.2
  • BUG fixes and general performance improvements.
  • v4 is first skeleton version of WeivData.

v4.0.0-beta

19 May 22:10
020ec3a
Compare
Choose a tag to compare

Changelog

Changelog will be published after actual version.

v3.1.0.beta-1

15 May 07:53
3d2cefe
Compare
Choose a tag to compare

Changelog

This is a beta version to test new features:

  • validators
  • security checks
  • error messages/handling
  • updated docs

v3.1.0-beta4

15 May 08:25
6ed8526
Compare
Choose a tag to compare

Changelog

Testing some new changes before publishing a real version.

v3.0.4

13 May 02:56
6994c3b
Compare
Choose a tag to compare

Changelog

  • BUG Fixes

v3.0.3

25 Mar 21:37
978edf9
Compare
Choose a tag to compare

Changelog

  • API Docs Style Changes (Nothing Related with APIs)
  • Default cache time for MongoClient changed to 10 min (it was 5 min)

v3.0.2

13 Mar 01:00
ac8ee33
Compare
Choose a tag to compare

Changelog

  • BUG Fixes for new collection manager functions.