Skip to content

Commit 6614e75

Browse files
committed
0.6.2
1 parent 51e3b2c commit 6614e75

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## next
1+
## 0.6.2 (2024-10-18)
22

33
- Added `spaceBytes` field to `stringifyInfo()` result, which indicates the number of bytes used for white spaces. This allows for estimating size of `JSON.stringify()` result with and without formatting (when `space` option is used) in a single pass instead of two
44
- Fixed `stringifyInfo()` to correctly accept the `space` parameter from options, i.e. `stringifyInfo(data, { space: 2 })`

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Roman Dvornov <rdvornov@gmail.com>
3+
Copyright (c) 2020-2024 Roman Dvornov <rdvornov@gmail.com>
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A set of utilities designed to extend JSON's capabilities, especially for handli
2121
- Available in both ESM and CommonJS
2222
- TypeScript typings included
2323
- No external dependencies
24-
- Compact size: 8.5Kb (minified), 3.4Kb (min+gzip)
24+
- Compact size: 9.4Kb (minified), 3.8Kb (min+gzip)
2525

2626
### Why json-ext?
2727

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discoveryjs/json-ext",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A set of utilities that extend the use of JSON",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)