Skip to content

Releases: ExWeiv/weiv-data

v4.11.0

11 Feb 17:46

Choose a tag to compare

Changelog

No functional changes, just update to readme. Still building v5.

v4.10.1

02 Jul 23:36

Choose a tag to compare

Changelog

  • Updated Packages

v4.10.0

13 Jan 08:11

Choose a tag to compare

Changes

  • Caching library has changed to cacheable from node-cache.
  • This update can contain BUGs, be careful with it and please report if BUGs are existing about caching or performance.
  • Breaking change! Update your custom caching options if required!

v4.9.8

03 Dec 18:09

Choose a tag to compare

Changes

  • BUG Fixes for TS
  • Documentation BUG Fixes/Updates
  • Dependencies Updates

v4.9.7

06 Sep 20:51
95b8d82

Choose a tag to compare

Changes

  • BUG Fix for listCollections function
  • Version Updates

v4.9.4

30 Jul 11:57
1f0a0c5

Choose a tag to compare

Changes

  • BUG Fixes for some functions.
  • Security updates/fixes.

v4.9.1

30 Jul 02:12
48fdd40

Choose a tag to compare

Changes

  • BUG fix for query and aggregation filters (weivData.filters).
  • New config option: defaultDatabaseName enables you to specify default database name.

v4.9.0

30 Jul 01:16
1f451d2

Choose a tag to compare

Changes

  • New config option defaultIdType is now available for setting the default returned id type globally. This option can be overwritten by the options of each function.
  • Small security updates.
  • Documentation updates.

We will switch to new documentation system soon, to add more context, details and examples to documentation.

v4.8.0

24 Jul 11:36
ca8bdac

Choose a tag to compare

Changes

  • Better type support added for many functions with optional type parameters. Now optionally you can use TS generics to generate dynamically generated types for many functions but not for all.
  • Now all _id fields are automatically converted into ObjectId type including sub documents, arrays etc. Any _id field with valid ObjectId string will be converted into ObjectId type when passing to MongoDB driver.
  • Planning of better TS type support and schema validation feature started. We will add schema validation feature with the future updates.
  • Some BUG Fixes

This update may include breaking changes as well as some minor BUGs.

v4.7.1

19 Jul 15:14
bfdc2b3

Choose a tag to compare

Changes

  • Examples included in documentation.
  • BUG Fixes