Major Changes
-
Minimum supported Node.js version is now
22.11.0. (by @alexander-akait in #461) -
Migrated source and published bundles to ECMAScript modules. The package (by @alexander-akait in #461)
is now ESM ("type": "module") and exposes both an ESM build at
./dist/esm/index.jsand a CommonJS build at./dist/cjs/index.jsvia
theexportsfield. Themainentry now points to./dist/cjs/index.js.
Minor Changes
- Added JSDoc type annotations and TypeScript declaration file generation. The package now ships
types/index.d.tsand exposes types via the package'sexports/typesfields. (by @alexander-akait in #464)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.