Skip to content

Version 14.0.0

Latest

Choose a tag to compare

@jaydenseric jaydenseric released this 24 Jul 06:54

Major

  • Updated Node.js support to ^22.13.0 || ^24.0.0 || >=26.0.0.
  • Use the JSDoc tag @import for type imports (requires TypeScript v5.5+).
  • The type isExtractableFile is no longer exported from extract-files/extractFiles.mjs.
  • Replaced the comment directive @deno-types with @ts-types (requires Deno v1.43+).

Patch

  • Updated dev dependencies.
  • Updated package scripts.
  • Updated GitHub Actions CI config.
  • Updated TypeScript config.
  • Updated VS Code workspace settings.
  • Updated Prettier formatting.
  • Fixed TypeScript v7 compatibility.
  • Migrated to ESLint v10 and the flat config system.
  • Switched to the Node.js test runner, removing the dev dependencies coverage-node and test-director.
  • Improved the test helper function assertBundleSize.
  • Updated the package.json field repository to conform to new npm requirements.
  • Sorted config in .editorconfig.
  • Added a .gitattributes file to enforce LF line endings.
  • Updated documentation links.
  • Fixed changelog entry typos for v10.0.0 and v12.0.0.