What's Changed
Important
TypeScript 5.9 includes breaking changes to lib.d.ts, forcing us to change return types for some functions from Uint8Array to Uint8Array<ArrayBuffer>. See #1200 for details.
- Update to TypeScript 5.9 and change return types from
Uint8ArraytoUint8Array<ArrayBuffer>by @timostamm in #1200 - Drop support for Node.js 18 by @timostamm in #1201
- Run CI on Node.js v24 by @timostamm in #1199
- Optimize bundle-size impact of fix to closed enum parsing by @timostamm in #1197
Full Changelog: v2.6.3...v2.7.0