Skip to content

Commit 73a49c2

Browse files
committed
v2.4.0
1 parent 3aa9f8f commit 73a49c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.4.0
4+
5+
- Added `strict` option to verify that the passed in objects are fully compatible with JSON without removing information. If not, an error is thrown.
6+
- Fixed TypeScript definition for ESM code bases
7+
38
## v2.3.1
49

510
- Fix `invalid regexp group` error in browsers or environments that do not support the negative lookbehind regular expression assertion.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-stable-stringify",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
55
"exports": {
66
"require": "./index.js",

0 commit comments

Comments
 (0)