Skip to content

v22.0.0

Choose a tag to compare

@brandonlehmann brandonlehmann released this 03 Apr 21:41
· 4 commits to master since this release
7574f0d

What's Changed

  • Node 22+: Minimum Node version bumped to >=22, CI matrix updated to [22, 24]
  • node:test: Migrated test framework from mocha to node:test with tsx
  • OIDC Publishing: CI publish migrated from NPM_TOKEN to OIDC trusted publishing
  • TypeScript 6: Updated tsconfig — target es2024, removed DOM libs, added rootDir, removed deprecated downlevelIteration
  • HeadersInit: Added local type alias to replace DOM dependency, exported from package
  • GitHub Actions: Bumped to actions/checkout@v4 and actions/setup-node@v4
  • README: Comprehensive rewrite with usage examples and configuration reference
  • Dependencies: Removed mocha, ts-node, @types/mocha; added tsx