|
| 1 | +# v1.1.5 |
| 2 | + |
| 3 | +## Bug Fix |
| 4 | + |
| 5 | +* Fix bug in serializing number-like strings that include plus, with AQF ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack")) |
| 6 | + |
| 7 | +## New Feature |
| 8 | + |
| 9 | +* ignore null array/object member parse option ([@dmaccormack](https://github.com/dmaccormack "Link to profile for user dmaccormack")) |
| 10 | + |
| 11 | +## Dependency Updates |
| 12 | + |
| 13 | +The following dependencies were updated: @babel/core, jsdom, multiple dependencies |
| 14 | + |
1 | 15 | # v1.1.4
|
| 16 | + |
2 | 17 | ## Added
|
3 |
| - - Add typescript declaration file [view commit](http://github.com/jsonurl/jsonurl-js/commit/13f1fd474b46ba68a544d9ae9a59a34bee0c8a4a) |
| 18 | + |
| 19 | +* Add typescript declaration file [view commit](http://github.com/jsonurl/jsonurl-js/commit/13f1fd474b46ba68a544d9ae9a59a34bee0c8a4a) |
| 20 | + |
4 | 21 | ## Changed
|
5 |
| - - Update dependencies [view commit](http://github.com/jsonurl/jsonurl-js/commit/9dbebe2f823bb8de9f8a552c972933c1ad2f9866) |
| 22 | + |
| 23 | +* Update dependencies [view commit](http://github.com/jsonurl/jsonurl-js/commit/9dbebe2f823bb8de9f8a552c972933c1ad2f9866) |
6 | 24 |
|
7 | 25 | # v1.1.3
|
| 26 | + |
8 | 27 | Unpublished.
|
9 | 28 |
|
10 | 29 | # v1.1.2
|
| 30 | + |
11 | 31 | ## Changed
|
12 |
| -- Fix interface regression [view commit](http://github.com/jsonurl/jsonurl-js/commit/e4c83f8f13035aa63218d7717442460fdfb27cda) |
| 32 | + |
| 33 | +* Fix interface regression [view commit](http://github.com/jsonurl/jsonurl-js/commit/e4c83f8f13035aa63218d7717442460fdfb27cda) |
13 | 34 |
|
14 | 35 | # v1.1.1
|
| 36 | + |
15 | 37 | ## Added
|
16 |
| -- Add support for AQF syntax [view commit](http://github.com/jsonurl/jsonurl-js/commit/65a1b09918b5005487b18aa5c66d8fd4a30309aa) |
17 |
| -- Add parse and stringify option noEmptyComposite [view commit](http://github.com/jsonurl/jsonurl-js/commit/202fb34b0da3d7358085bea7af2a21e441519b9f) |
18 |
| -- Add getMissingValue() parse option [view commit](http://github.com/jsonurl/jsonurl-js/commit/450d00c3127dc63b6606e7891219888b45e6241a) |
19 |
| -- Add support for coercing null to empty string on parse/stringify [view commit](http://github.com/jsonurl/jsonurl-js/commit/a564595b984283306ddee1d2aea6cb6d156098a3) |
20 |
| -- Add support for empty keys and empty string values [view commit](http://github.com/jsonurl/jsonurl-js/commit/6b94a0dadfc3d5ea8f21218f9bbee1205772f68b) |
| 38 | + |
| 39 | +* Add support for AQF syntax [view commit](http://github.com/jsonurl/jsonurl-js/commit/65a1b09918b5005487b18aa5c66d8fd4a30309aa) |
| 40 | +* Add parse and stringify option noEmptyComposite [view commit](http://github.com/jsonurl/jsonurl-js/commit/202fb34b0da3d7358085bea7af2a21e441519b9f) |
| 41 | +* Add getMissingValue() parse option [view commit](http://github.com/jsonurl/jsonurl-js/commit/450d00c3127dc63b6606e7891219888b45e6241a) |
| 42 | +* Add support for coercing null to empty string on parse/stringify [view commit](http://github.com/jsonurl/jsonurl-js/commit/a564595b984283306ddee1d2aea6cb6d156098a3) |
| 43 | +* Add support for empty keys and empty string values [view commit](http://github.com/jsonurl/jsonurl-js/commit/6b94a0dadfc3d5ea8f21218f9bbee1205772f68b) |
| 44 | + |
21 | 45 | ## Changed
|
22 |
| -- Ignore extraneous ampersands for wfu-implied-composite values [view commit](http://github.com/jsonurl/jsonurl-js/commit/f288b33fbe9e8e88450a56d0878155dd85c85d1d) |
23 |
| -- Upgrade dependencies [view commit](http://github.com/jsonurl/jsonurl-js/commit/045008b511250f9da45ce3f85ed16a05a3b887b4) |
24 |
| -- Fix bug when encoding more than one left/right paren in string literal [view commit](http://github.com/jsonurl/jsonurl-js/commit/217ef164776a4fa5c2bd8361fdc5e06b6c0a3c84) |
25 |
| -- Upgrade multiple dependencies |
| 46 | + |
| 47 | +* Ignore extraneous ampersands for wfu-implied-composite values [view commit](http://github.com/jsonurl/jsonurl-js/commit/f288b33fbe9e8e88450a56d0878155dd85c85d1d) |
| 48 | +* Upgrade dependencies [view commit](http://github.com/jsonurl/jsonurl-js/commit/045008b511250f9da45ce3f85ed16a05a3b887b4) |
| 49 | +* Fix bug when encoding more than one left/right paren in string literal [view commit](http://github.com/jsonurl/jsonurl-js/commit/217ef164776a4fa5c2bd8361fdc5e06b6c0a3c84) |
| 50 | +* Upgrade multiple dependencies |
26 | 51 |
|
27 | 52 | # v1.0.3
|
| 53 | + |
28 | 54 | ## Added
|
29 |
| -- Added support for implied string literals [view commit](http://github.com/jsonurl/jsonurl-js/commit/1ff72c6c590be33eb9792e3f26086d893e137534) |
| 55 | + |
| 56 | +* Added support for implied string literals [view commit](http://github.com/jsonurl/jsonurl-js/commit/1ff72c6c590be33eb9792e3f26086d893e137534) |
30 | 57 |
|
31 | 58 | # v1.0.2
|
| 59 | + |
32 | 60 | ## Added
|
33 |
| -- Add support for x-www-form-urlencoded style separators [view commit](http://github.com/jsonurl/jsonurl-js/commit/2faa2482a176d69f8297f7ab095178dba164d74f) |
| 61 | + |
| 62 | +* Add support for x-www-form-urlencoded style separators [view commit](http://github.com/jsonurl/jsonurl-js/commit/2faa2482a176d69f8297f7ab095178dba164d74f) |
| 63 | + |
34 | 64 | ## Changed
|
35 |
| -- update: Fix edge case of apos followed by string literal [view commit](http://github.com/jsonurl/jsonurl-js/commit/4dc2f185bd4862fbe83f49857eca136142c7639e) |
36 |
| -- doc: Mark non-exported classes as private [view commit](http://github.com/jsonurl/jsonurl-js/commit/271ab69e76448002692801ff065bb67ac939415f) |
37 |
| -- upgrade @babel/cli to 7.11.6 |
38 |
| -- upgrade eslint to 7.9.0 |
39 |
| -- upgrade eslint-plugin-jest to 23.18.0 |
40 |
| -- upgrade jest to 26.4.2 |
41 |
| -- upgrade jsdoc to 3.6.6 |
42 |
| -- upgrade prettier to 2.1.2 |
43 |
| -- upgrade rollup to 2.28.1 |
44 |
| -- upgrade @rollup/plugin-babel to 5.2.1 |
45 |
| -- upgrade rollup-plugin-terser to 7.0.2 |
| 65 | + |
| 66 | +* update: Fix edge case of apos followed by string literal [view commit](http://github.com/jsonurl/jsonurl-js/commit/4dc2f185bd4862fbe83f49857eca136142c7639e) |
| 67 | +* doc: Mark non-exported classes as private [view commit](http://github.com/jsonurl/jsonurl-js/commit/271ab69e76448002692801ff065bb67ac939415f) |
| 68 | +* upgrade @babel/cli to 7.11.6 |
| 69 | +* upgrade eslint to 7.9.0 |
| 70 | +* upgrade eslint-plugin-jest to 23.18.0 |
| 71 | +* upgrade jest to 26.4.2 |
| 72 | +* upgrade jsdoc to 3.6.6 |
| 73 | +* upgrade prettier to 2.1.2 |
| 74 | +* upgrade rollup to 2.28.1 |
| 75 | +* upgrade @rollup/plugin-babel to 5.2.1 |
| 76 | +* upgrade rollup-plugin-terser to 7.0.2 |
46 | 77 |
|
47 | 78 | # v1.0.1
|
| 79 | + |
48 | 80 | ## Added
|
49 |
| -- Add support for implied arrays and objects [view commit](http://github.com/jsonurl/jsonurl-js/commit/ee83d9c5c6d6cbc1643c721ba223a004ee4e8781) |
50 |
| -- Add JSDoc support [view commit](http://github.com/jsonurl/jsonurl-js/commit/5706a2975632201ef574b23dc38d00bb2a154737) |
| 81 | + |
| 82 | +* Add support for implied arrays and objects [view commit](http://github.com/jsonurl/jsonurl-js/commit/ee83d9c5c6d6cbc1643c721ba223a004ee4e8781) |
| 83 | +* Add JSDoc support [view commit](http://github.com/jsonurl/jsonurl-js/commit/5706a2975632201ef574b23dc38d00bb2a154737) |
| 84 | + |
51 | 85 | ## Changed
|
52 |
| -- upgrade @babel/preset-env to 7.10.4 [view commit](http://github.com/jsonurl/jsonurl-js/commit/0e2019124c303847e21aa2bb0a63ef3bf528a64d) |
53 |
| -- upgrade rollup to 2.18.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/ef9ded9e4df15d0d2404f29245e80cc7ae161255) |
54 |
| -- upgrade lodash from 4.17.19 [view commit](http://github.com/jsonurl/jsonurl-js/commit/0d78ec646e2731923163fb9641995b5087e82b15) |
55 |
| -- upgrade eslint from to 7.3.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/131e5b073e7823d81f480b1f077f8dd1be3299b9) |
56 |
| -- upgrade eslint-plugin-prettier to 3.1.4 [view commit](http://github.com/jsonurl/jsonurl-js/commit/80b350a03e894b63a1e34a3cc362635b4f0ea532) |
57 |
| -- upgrade eslint-plugin-jest to 23.17.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/684957f78145c30bf2c306a644cb1be4268b7501) |
58 |
| -- Do not mix named and default exports [view commit](http://github.com/jsonurl/jsonurl-js/commit/dd772cae0c3501cec252a1ed42387de514b9c6a3) |
59 |
| -- Split the test suite into multiple files [view commit](http://github.com/jsonurl/jsonurl-js/commit/60cf88e968e7c408722dc16404150197529feeab) |
60 |
| -- Rename main.js -> JsonURL.js [view commit](http://github.com/jsonurl/jsonurl-js/commit/ee83d9c5c6d6cbc1643c721ba223a004ee4e8781) |
61 | 86 |
|
| 87 | +* upgrade @babel/preset-env to 7.10.4 [view commit](http://github.com/jsonurl/jsonurl-js/commit/0e2019124c303847e21aa2bb0a63ef3bf528a64d) |
| 88 | +* upgrade rollup to 2.18.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/ef9ded9e4df15d0d2404f29245e80cc7ae161255) |
| 89 | +* upgrade lodash from 4.17.19 [view commit](http://github.com/jsonurl/jsonurl-js/commit/0d78ec646e2731923163fb9641995b5087e82b15) |
| 90 | +* upgrade eslint from to 7.3.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/131e5b073e7823d81f480b1f077f8dd1be3299b9) |
| 91 | +* upgrade eslint-plugin-prettier to 3.1.4 [view commit](http://github.com/jsonurl/jsonurl-js/commit/80b350a03e894b63a1e34a3cc362635b4f0ea532) |
| 92 | +* upgrade eslint-plugin-jest to 23.17.1 [view commit](http://github.com/jsonurl/jsonurl-js/commit/684957f78145c30bf2c306a644cb1be4268b7501) |
| 93 | +* Do not mix named and default exports [view commit](http://github.com/jsonurl/jsonurl-js/commit/dd772cae0c3501cec252a1ed42387de514b9c6a3) |
| 94 | +* Split the test suite into multiple files [view commit](http://github.com/jsonurl/jsonurl-js/commit/60cf88e968e7c408722dc16404150197529feeab) |
| 95 | +* Rename main.js -> JsonURL.js [view commit](http://github.com/jsonurl/jsonurl-js/commit/ee83d9c5c6d6cbc1643c721ba223a004ee4e8781) |
62 | 96 |
|
63 | 97 | # v1.0.0
|
64 |
| -- Initial release |
65 | 98 |
|
| 99 | +* Initial release |
0 commit comments