Skip to content

Releases: mdx-js/eslint-mdx

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)

v1.15.0

21 Aug 12:11
a7afce6
Compare
Choose a tag to compare

1.15.0 (2021-08-21)

Bug Fixes

Features

  • resolve custom remark config on parsing (#337) (94fcb4c)

v1.14.1

14 Jul 07:21
442cc02
Compare
Choose a tag to compare

1.14.1 (2021-07-14)

Bug Fixes

  • upgrade synckit v0.3.3 for node compatibility (#326) (a8e7584)

v1.14.0

11 Jul 13:57
1828393
Compare
Choose a tag to compare

1.14.0 (2021-07-11)

Features

  • bump all upgradable deps, fix related usage (#321) (ea49cac)
  • call creatSyncFn lazily for performance (#324) (29fe669)

v1.13.0

29 Apr 13:42
ebf3923
Compare
Choose a tag to compare

1.13.0 (2021-04-29)

Bug Fixes

Features

  • fallback to async API on processSync error via synckit (#307) (94a08af)
  • performance improvement via cache (a893aa7)
  • use official eslint-plugin-markdown package (#304) (e6828be)

v1.12.0

05 Apr 10:09
7b8e7bc
Compare
Choose a tag to compare

1.12.0 (2021-04-05)

Bug Fixes

  • check is eslint-plugin-react available (#299) (ed82698)
  • result could be null in plugins.reduce (#302) (9ca50d0)

Features

v1.11.1

21 Mar 11:47
b825393
Compare
Choose a tag to compare

1.11.1 (2021-03-21)

Bug Fixes

  • add helper getPositionAt to fix incorrect loc (#293) (260a07e), closes #292
  • clean up rebass which is not bundled with mdx (#295) (4974093)