Skip to content

v2.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 19 Jun 16:02
· 71 commits to master since this release
4e464e2

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)