Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v0.9.5
0.9.5 (2019-08-05)
Bug Fixes
- options unchangeable issue for default parser (e76c483)
v0.9.4
0.9.4 (2019-08-05)
Bug Fixes
- adjacent jsx nodes should be allowed in mdx (8456381)
- skip combine jsx nodes for root/jsx node (90583f7)
v0.9.3
0.9.3 (2019-08-04)
Bug Fixes
- error from typescript parser in plain object (f634e40)
v0.9.1
0.9.1 (2019-08-03)
Bug Fixes
- always extends base config (530160a)
v0.9.0
0.9.0 (2019-08-03)
Features
- support other extensions, detect parsers automatically (5386098)
v0.8.1
0.8.1 (2019-08-03)
Features
- split into two packages, use lerna as publisher (#22) (349b1ff), closes #21
v0.8.0
0.8.0 (2019-08-03)
Features
- split into two packages, use lerna as publisher (#22) (349b1ff), closes #21
v0.7.1
0.7.1 (2019-08-03)
Features
- export a parse function for compatibility usage (0fdaf9f)
v0.7.0
0.7.0 (2019-08-02)
Features
- add new rule no-unescaped-entities (dca8633)
v0.6.0
0.6.0 (2019-08-02)
Features
- add new rule
no-jsx-html-comments
, close #13 (67ba91e)
- processor support for normalize comments in jsx [ci skip] (114831c)