Skip to content

Releases: AlCalzone/jsonl-db

Release v2.4.0

27 Dec 17:03
Compare
Choose a tag to compare
  • Stringifying the individual lines now happens lazily and only when actually necessary, increasing the throughput by 30...50x.

Release v2.3.0

19 Dec 14:06
Compare
Choose a tag to compare
  • Add the ability to dump the database to a different location

Release v2.2.0

15 Oct 08:32
Compare
Choose a tag to compare
  • Add the ability to specify where the lockfile is created

Release v2.1.0

22 Jun 20:58
Compare
Choose a tag to compare

When opening the DB, recover from crashes that happened while compressing the DB
Ensure that the DB files are flushed to disk when closing or renaming files
Tests now work with the real filesystem instead of mock-fs, which breaks in Node.js 16.3+
Modernized TypeScript build output

Release v2.0.0

19 Jun 11:41
Compare
Choose a tag to compare

Update dependencies and drop support for Node.js 10

Release v1.2.5

28 May 22:22
Compare
Choose a tag to compare

Prevent opening one DB file in multiple instances of the DB using lockfiles

Release v1.2.4

15 Feb 22:39
Compare
Choose a tag to compare

Reduced the work done while opening a DB

Release v1.2.3

02 Jan 20:21
Compare
Choose a tag to compare

Fixed a crash that happens while compressing the DB when the .bak file exists