Skip to content

Latest commit

 

History

History
125 lines (57 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

125 lines (57 loc) · 4.83 KB

2.0.4 (2024-10-12)

2.0.3 (2024-03-26)

2.0.2 (2024-03-09)

Bug Fixes

  • types: stricten cache item generic type in RememberPromiseCache (59dd014)

2.0.1 (2024-03-07)

2.0.0 (2024-03-07)

Features

  • add result and args to onCacheUpdateError (3026a9c)
  • rename types to be more legible (4e80242)

BREAKING CHANGES

  • the AsyncMapLike type has been renamed to RememberPromiseCache

1.10.2 (2024-03-06)

1.10.1 (2024-03-05)

1.10.0 (2024-03-02)

Features

  • add additional documentation (ddb8797)

1.9.1 (2024-02-16)

Bug Fixes

  • update package name in deno.jsonc (45e419f)

1.9.0 (2024-02-16)

Features

  • test: use jsr imports instead of deno.land (705bbd9)

1.8.0 (2024-02-12)

Features

1.7.0 (2024-02-12)

Features

  • improve generated documentation (90c3d2a)

1.6.0 (2024-02-11)

Bug Fixes

  • set release job contents permission to write (e0986dc)

Features

1.5.1 (2024-02-11)

Bug Fixes

  • add deno.jsonc to semantic-release git assets config (1e190d0)

1.5.0 (2024-02-11)

Bug Fixes

  • create empty package.json for semantic-release (b629902)

Features

1.4.0 (2023-12-18)

Features

  • allow ttl to be set to zero (a6a3920)

1.3.0 (2022-09-12)

Features

  • allow getCacheKey to be async (3288a4a)

1.1.0 (2022-09-11)

Features

  • add new onCacheUpdateError option (dfaea78)

1.0.1 (2022-09-11)

Bug Fixes

  • update cache type to make all values required (a45227d)

1.0.0 (2022-09-10)

Features