[1.2.0] - 2025-12-19
Changed
- Change license from GPL-3.0 to MIT
- Migrate build tooling from Rollup to Vite
- Migrate test framework from Deno to Vitest
- Remove
readonlymodifier fromFuture<T>properties to align withPromiseWithResolvers<T>interface - Enhance JSDoc documentation with
@typeParam,@param, and@examplesections - Rewrite README with clearer structure
- Switch TypeDoc output from Markdown to HTML (hosted on GitHub Pages)
Full Changelog: v1.1.0...v1.2.0