Released: 2026-03-04. Diff.
Infrastructure
- Raised CommonJS build target from
ES2020toES2022so published CJS/ESM builds align with repository TypeScript
source target and modern API usage. - Documented runtime policy explicitly:
- Node package runtime remains
engines.node >= 22. - Browser-facing website snippets continue to target
baseline widely available with downstream.
- Node package runtime remains
- Modernized implementation patterns across
src/to leverage the project baseline (Object.entries/Object.values,
Object.hasOwn,replaceAll,includes,startsWith/endsWith, andat) while preserving function behavior.