Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v2.0.0
2.0.0 (2022-06-19)
BREAKING CHANGES
- experimentally support remark-mdx@2
- drop
parser
option support, please use overrides
of ESLint config instead
- drop Node < 12.20
- drop ESLint < 8
Bug Fixes
- same markdown processor cached for .md and .mdx (#401) (c1b4671)
Misc
- fix: throw error with correct loc (#382)
- fix: upgrade micromark-util-events-to-acorn (#383)
- fix: line/column sorted error output (#390)
- fix: node ES module + worker issue on Windows (#392)
- fix: restore first level jsx AST and tokens (#394)
- fix: handle node and children recursively (#396)
v2.0.0-next.6
Bug Fixes
- same markdown processor cached for .md and .mdx (#401) (c1b4671)
v2.0.0-next.5
fix: handle node and children recursively (#396)
v2.0.0-next.3
- fix: line/column sorted error output (#390)
- fix: node ES module + worker issue on Windows (#392)
- fix: restore first level jsx AST and tokens (#394)
v2.0.0-next.2
- fix: throw error with correct loc (#382)
- fix: upgrade micromark-util-events-to-acorn (#383)
fix missing package content
v2.0.0-next.1
v2.0.0-next.1
experimentally support remark-mdx@2
BREAKING CHANGES
- experimentally support remark-mdx@2
- drop
parser
option support, please use overrides
of ESLint config instead
- drop Node < 12.20
- drop ESLint < 8
v1.15.1
1.15.1 (2021-09-15)
Bug Fixes
- allow comments to contain
--
(#348) (65028b9)
- deps: update dependency cosmiconfig to ^7.0.1 (1dbac89)
- deps: update dependency unified to ^9.2.2 (29ba0c5)