Releases: Berkmann18/json-fixer
Releases · Berkmann18/json-fixer
v1.5.0
1.5.0 (2020-06-27)
Bug Fixes
- fixer: fixing missing LHS quotes with 1-2 chars (e2f8b9d)
- fixer: lint fix (bbf3ed9)
- fixer: wrongly added missing quote (2ee5e4f), closes #31
- index: not applying trailing-char fixes on LHS issues (253ebfc), closes #38
- missing quote fixer failure (60a5fff)
- security fix (067bd46)
- lockfile: security fix (cade206)
Features
- fixer: trailing char fixer simplification (5899676)
v1.4.2
1.4.2 (2020-06-07)
Bug Fixes
- fixer: wrongly added missing quote (2ee5e4f), closes #31
- lockfile: security fix (cade206)
v1.4.1
1.4.1 (2020-04-04)
Bug Fixes
- package: vulnerability fix (7914f15)
v1.4.0
1.4.0 (2019-12-15)
Bug Fixes
- fixer: improved trailing character fixer (d671f0c), closes #18
- package-lock: vulnerability fix (a61b48a)
- security: bumped outdated packages + fixed vulnerabilities (78bf487)
Features
- added options object with parse option (#21) (22874df)
v1.3.2
1.3.2 (2019-09-02)
Bug Fixes
- security: vulnerability fix (8dc1f81)
Performance Improvements
- package: reduce bundle size by 99.2% (#15) (f915ee9)
v1.3.1
1.3.1 (2019-05-31)
Bug Fixes
- security: security update (3083a68)
v1.3.0
1.3.0 (2019-05-19)
Features
- added concatenation support (730d813)
- operations support + refactoring (191a6b0), closes #10
- index: round fix + improved quote fixer (6ecb55e)
v1.2.0
1.2.0 (2019-05-17)
Features
- index: added comment removers (12bd10d)
v1.1.0
1.1.0 (2019-05-17)
Features
- index: added a square->curly brackets fixer (9017579)
- added verbosity and LHS no quote support (5b1504f)
v1.0.0
1.0.0 (2019-05-17)
Features
- index: add a missing comma fixer (1f8a535)
- index: add a missing quote fixer (bc53b96)
- index: added a single->double quote fixer (b39844a)
- index: added a trailing dot fixer (13f4931)
- index: generalised trailing dot (280b845)