Skip to content

Releases: mdx-js/eslint-mdx

v1.17.1

08 Jul 16:42
029e8e6
Compare
Choose a tag to compare

1.17.1 (2022-07-08)

Bug Fixes

  • incorrect default ecmaVersion (2022 is unavailable yet) (#402) (41a2921)

v2.0.1

29 Jun 18:23
6a39984
Compare
Choose a tag to compare

2.0.1 (2022-06-29)

Bug Fixes

  • add missing unist-util-visit and vfile deps (#405) (6b4fea7)

v2.0.0

19 Jun 16:02
4e464e2
Compare
Choose a tag to compare

2.0.0 (2022-06-19)

BREAKING CHANGES

  1. experimentally support remark-mdx@2
  2. drop parser option support, please use overrides of ESLint config instead
  3. drop Node < 12.20
  4. 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

19 Jun 15:49
1a987b0
Compare
Choose a tag to compare
v2.0.0-next.6 Pre-release
Pre-release

2.0.0-next.6 (2022-06-19)

Bug Fixes

  • same markdown processor cached for .md and .mdx (#401) (c1b4671)

v2.0.0-next.5

15 May 11:06
dfa23d2
Compare
Choose a tag to compare
v2.0.0-next.5 Pre-release
Pre-release

fix: handle node and children recursively (#396)

v2.0.0-next.3

14 May 15:21
2ffe1cb
Compare
Choose a tag to compare
v2.0.0-next.3 Pre-release
Pre-release
  • 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

14 May 15:20
0985520
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release
  • fix: throw error with correct loc (#382)
  • fix: upgrade micromark-util-events-to-acorn (#383)

fix missing package content

29 Mar 16:45
9a45de2
Compare
Choose a tag to compare
Pre-release
v2.0.0-next.1

v2.0.0-next.1

experimentally support remark-mdx@2

29 Mar 09:39
bafa756
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES

  1. experimentally support remark-mdx@2
  2. drop parser option support, please use overrides of ESLint config instead
  3. drop Node < 12.20
  4. drop ESLint < 8

v1.17.0

21 Mar 14:59
16c5934
Compare
Choose a tag to compare

1.17.0 (2022-03-21)

Features