Releases: AlCalzone/jsonl-db
Releases · AlCalzone/jsonl-db
Release v4.0.2
- Fixed CommonJS import
Release v4.0.1
- 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
- BREAKING: Drop support for Node.js versions older than v20
- BREAKING: Removed
exportJsonmethod in favor oftoJSON - BREAKING: Renamed
importJsonmethod toimportJSON. 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.promisesinstead offs-extra - The package is now a hybrid ESM/CJS package
Release v3.1.1
- Reduced CPU load while idle (#475)
Release v3.1.0
- Support opt-out of updating timestamps for individual set calls (#415)
Release v3.0.0
Release v2.5.3
- Consider lockfiles from the future to be stale (#371)
Release v2.5.2
- Dependency updates
Release v2.5.1
- Allow setting minimum retry timeout
- Correct minimum value for the lockfile's stale timeout
Release v2.5.0
- Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock