Releases: JiangJie/tiny-future
Releases · JiangJie/tiny-future
v1.2.0
[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
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Full Changelog: https://github.com/JiangJie/tiny-future/commits/v1.0.0