Skip to content

Commit dc0fa3d

Browse files
committed
chore: release v2.4.0
* Stringifying the individual lines now happens lazily and only when actually necessary, increasing the throughput by 30...50x.
1 parent b9ed825 commit dc0fa3d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
142142
Placeholder for next release:
143143
### __WORK IN PROGRESS__
144144
-->
145+
### 2.4.0 (2021-12-27)
146+
* Stringifying the individual lines now happens lazily and only when actually necessary, increasing the throughput by 30...50x.
147+
145148
### 2.3.0 (2021-12-19)
146149
* Add the ability to dump the database to a different location
147150

commitlint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
3+
rules: {
4+
"body-max-line-length": [0, "always", Infinity],
5+
},
36
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/jsonl-db",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)