Releases: ota-meshi/jsonc-eslint-parser
Releases · ota-meshi/jsonc-eslint-parser
v1.4.0
- Improvement performance. #91
v1.3.1
- Downgrade dependencies that are incompatible with node v8. #87
v1.3.0
- Change to allow large value of ecmaVersion #84
v1.2.0
- Change version range of eslint-utils and eslint-visitor-keys. #80
- Add engines section to package.json. #80
v1.1.0
- Update ecmaVersion to allow "latest". #71
v1.0.1
- Fix false negatives for invalid legacy octal literals in JSON5. #33
v1.0.0
- #32 Fix false negatives for escape sequence.
- #32 Fix false negatives for octal and binary literals in JSON5.
v0.6.2
- #8 Add getStaticJSONValue overload type
v0.6.1
- #7 Fixed crash when no option was specified.
v0.6.0
- #5 Supports Numeric Separators