Skip to content

11.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 03:27
· 37 commits to main since this release

11.0.0 (2025-12-05)

Bug Fixes

  • add export for src (13bb020)
  • add exports to the package.json (ed40962)
  • add missing extensions (e9b5e62)
  • add module export (64da4e9)
  • avoid destructuring parsers imports (791b868)
  • drop Node v18 (206743f)
  • migrate package to ESM (c4d8b1e)
  • update all dependencies (d80ccce)
  • update to eslint v9 and solve all reported issues (b22a929)
  • use fileURLToPath instead of __dirname (cccf688)

BREAKING CHANGES

  • This package is now ESM only.
  • Node v18 is not longer supported. Node v20.19 is the minimum
    required version now.