Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | ## 0.5.3 (2021-05-13)
|
---|
| 2 |
|
---|
| 3 | - Fixed `stringifyStream()` and `stringifyInfo()` to work properly when replacer is an allowlist
|
---|
| 4 | - `parseChunked()`
|
---|
| 5 | - Fixed wrong parse error when chunks are splitted on a whitespace inside an object or array (#6, @alexei-vedder)
|
---|
| 6 | - Fixed corner cases when wrong placed or missed comma doesn't cause to parsing failure
|
---|
| 7 |
|
---|
| 8 | ## 0.5.2 (2020-12-26)
|
---|
| 9 |
|
---|
| 10 | - Fixed `RangeError: Maximum call stack size exceeded` in `parseChunked()` on very long arrays (corner case)
|
---|
| 11 |
|
---|
| 12 | ## 0.5.1 (2020-12-18)
|
---|
| 13 |
|
---|
| 14 | - Fixed `parseChunked()` crash when input has trailing whitespaces
|
---|
| 15 |
|
---|
| 16 | ## 0.5.0 (2020-12-05)
|
---|
| 17 |
|
---|
| 18 | - Added support for Node.js 10
|
---|
| 19 |
|
---|
| 20 | ## 0.4.0 (2020-12-04)
|
---|
| 21 |
|
---|
| 22 | - Added `parseChunked()` method
|
---|
| 23 | - Fixed `stringifyInfo()` to not throw when meet unknown value type
|
---|
| 24 |
|
---|
| 25 | ## 0.3.2 (2020-10-26)
|
---|
| 26 |
|
---|
| 27 | - Added missed file for build purposes
|
---|
| 28 |
|
---|
| 29 | ## 0.3.1 (2020-10-26)
|
---|
| 30 |
|
---|
| 31 | - Changed build setup to allow building by any bundler that supports `browser` property in `package.json`
|
---|
| 32 | - Exposed version
|
---|
| 33 |
|
---|
| 34 | ## 0.3.0 (2020-09-28)
|
---|
| 35 |
|
---|
| 36 | - Renamed `info()` method into `stringifyInfo()`
|
---|
| 37 | - Fixed lib's distribution setup
|
---|
| 38 |
|
---|
| 39 | ## 0.2.0 (2020-09-28)
|
---|
| 40 |
|
---|
| 41 | - Added `dist` version to package (`dist/json-ext.js` and `dist/json-ext.min.js`)
|
---|
| 42 |
|
---|
| 43 | ## 0.1.1 (2020-09-08)
|
---|
| 44 |
|
---|
| 45 | - Fixed main entry point
|
---|
| 46 |
|
---|
| 47 | ## 0.1.0 (2020-09-08)
|
---|
| 48 |
|
---|
| 49 | - Initial release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.