Skip to content

Releases: JiangJie/tiny-future

v1.2.0

19 Dec 08:33

Choose a tag to compare

[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 readonly modifier from Future<T> properties to align with PromiseWithResolvers<T> interface
  • Enhance JSDoc documentation with @typeParam, @param, and @example sections
  • 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

30 Jul 16:09

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Aug 15:45

Choose a tag to compare