Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v1.17.1
1.17.1 (2022-07-08)
Bug Fixes
- incorrect default ecmaVersion (2022 is unavailable yet) (#402) (41a2921)
v2.0.1
2.0.1 (2022-06-29)
Bug Fixes
- add missing unist-util-visit and vfile deps (#405) (6b4fea7)
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