Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@Kocal Kocal released this 29 Jan 18:42
v4.0.0
29203f1

Breaking changes

  • Drop support for Node.js <18, by @Kocal in #94 and #98
    This should not affect most users since previous versions of Node.js are not maintained anymore, and Node.js 18 is in maintenance LTS.

Features

  • Thus having no effects on the dist/ files, TypeScript module is now set to ESNext, moduleResolution to NodeNext, and target to ES2021 by @Kocal in #99
  • Upgrade minimum supported acorn version to 8.2.0 by @Kocal in #110
  • Add support for loader-utils@^3.0.0 and schema-utils@^4.0.0 by @Kocal in #111
  • Move acorn dependency to devDependency, as it is already bundled in dist files, by @Kocal in #114

Internal

Full Changelog: v3.2.3...v4.0.0