Skip to content

Releases: ota-meshi/jsonc-eslint-parser

v1.4.1

22 Sep 06:03

Choose a tag to compare

  • Fix: Improve module resolution method. #93

v1.4.0

22 Sep 04:57

Choose a tag to compare

  • Improvement performance. #91

v1.3.1

02 Sep 23:34

Choose a tag to compare

  • Downgrade dependencies that are incompatible with node v8. #87

v1.3.0

25 Aug 05:24

Choose a tag to compare

  • Change to allow large value of ecmaVersion #84

v1.2.0

15 Aug 01:16

Choose a tag to compare

  • Change version range of eslint-utils and eslint-visitor-keys. #80
  • Add engines section to package.json. #80

v1.1.0

03 Jul 23:44

Choose a tag to compare

  • Update ecmaVersion to allow "latest". #71

v1.0.1

27 Feb 01:22

Choose a tag to compare

  • Fix false negatives for invalid legacy octal literals in JSON5. #33

v1.0.0

26 Feb 09:38

Choose a tag to compare

  • #32 Fix false negatives for escape sequence.
  • #32 Fix false negatives for octal and binary literals in JSON5.

v0.6.2

22 Dec 06:14

Choose a tag to compare

  • #8 Add getStaticJSONValue overload type

v0.6.1

14 Dec 04:45

Choose a tag to compare

  • #7 Fixed crash when no option was specified.