Skip to content

Releases: mdx-js/eslint-mdx

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

v1.16.0

20 Oct 09:30
062aad5
Compare
Choose a tag to compare

1.16.0 (2021-10-20)

Features

v1.15.1

15 Sep 09:10
e0461d1
Compare
Choose a tag to compare

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)