Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Sep 17, 2022
1 parent 3aa9f8f commit 73a49c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## v2.4.0

- Added `strict` option to verify that the passed in objects are fully compatible with JSON without removing information. If not, an error is thrown.
- Fixed TypeScript definition for ESM code bases

## v2.3.1

- Fix `invalid regexp group` error in browsers or environments that do not support the negative lookbehind regular expression assertion.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "safe-stable-stringify",
"version": "2.3.1",
"version": "2.4.0",
"description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
"exports": {
"require": "./index.js",
Expand Down

0 comments on commit 73a49c2

Please sign in to comment.