Skip to content

Commit 4f27f13

Browse files
committed
chore: release v4.0.0
* 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
1 parent 69a193b commit 4f27f13

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 AlCalzone
3+
Copyright (c) 2020-2025 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const json = db.toJSON();
157157
Placeholder for next release:
158158
### __WORK IN PROGRESS__
159159
-->
160-
### __WORK IN PROGRESS__
160+
### 4.0.0 (2025-10-07)
161161
* BREAKING: Drop support for Node.js versions older than v20
162162
* BREAKING: Removed `exportJson` method in favor of `toJSON`
163163
* BREAKING: Renamed `importJson` method to `importJSON`. Importing from a file is no longer supported. Read the file yourself if you need this functionality.

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Simple JSONL-based key-value store",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)