Skip to content

Latest commit

 

History

History
85 lines (41 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

85 lines (41 loc) · 2.92 KB

Changelog

3.1.0 (2023-12-09)

Features

  • remove experimental suspend (54756b4)

3.0.0 (2023-12-09)

⚠ BREAKING CHANGES

  • improve typings for cache storages
  • use private fields for better minification

Features

  • add suspend function (28b4c32)
  • improve typings for cache storages (0946f66)
  • use private fields for better minification (bb53869)

Bug Fixes

  • bind storage when passing set function around (80144b2)

2.1.1 (2023-09-28)

Bug Fixes

2.1.0 (2023-09-28)

Features

  • update compilation target from es2020 to es2022 (a67df25)

Performance Improvements

  • simpler default single value storage (bc911b6)

2.0.1 (2023-09-27)

Bug Fixes

  • remove restrictive typings (2f43c4e)

2.0.0 (2023-09-27)

⚠ BREAKING CHANGES

  • update types and names

Features

1.0.1 (2023-04-26)

Bug Fixes

1.0.0 (2023-04-14)

⚠ BREAKING CHANGES

  • version 1
  • Initial implementation

Features