Skip to content

Releases: AlCalzone/jsonl-db

Release v4.0.2

15 Oct 09:04

Choose a tag to compare

  • Fixed CommonJS import

Release v4.0.1

14 Oct 12:33

Choose a tag to compare

  • Fixes an issue where the application could run out of memory if a custom serializer threw an error during the automatic compression

Release v4.0.0

07 Oct 10:12

Choose a tag to compare

  • BREAKING: Drop support for Node.js versions older than v20
  • BREAKING: Removed exportJson method in favor of toJSON
  • BREAKING: Renamed importJson method to importJSON. Importing from a file is no longer supported. Read the file yourself if you need this functionality.
  • Filesystem access is now done using the native fs.promises instead of fs-extra
  • The package is now a hybrid ESM/CJS package

Release v3.1.1

25 Jan 12:06

Choose a tag to compare

  • Reduced CPU load while idle (#475)

Release v3.1.0

15 Mar 21:14

Choose a tag to compare

  • Support opt-out of updating timestamps for individual set calls (#415)

Release v3.0.0

09 Mar 23:22

Choose a tag to compare

  • Support recording timestamps for each value (#413)
  • Drop support for Node.js 12 (#414)

Release v2.5.3

06 Sep 11:34

Choose a tag to compare

  • Consider lockfiles from the future to be stale (#371)

Release v2.5.2

02 May 13:57

Choose a tag to compare

  • Dependency updates

Release v2.5.1

13 Feb 13:57

Choose a tag to compare

  • Allow setting minimum retry timeout
  • Correct minimum value for the lockfile's stale timeout

Release v2.5.0

13 Feb 13:18

Choose a tag to compare

  • Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock