Skip to content

Releases: cprecioso/react-suspense

v3.1.0

09 Dec 18:31
Compare
Choose a tag to compare

3.1.0 (2023-12-09)

Features

  • remove experimental suspend (54756b4)

v3.0.0

09 Dec 18:23
Compare
Choose a tag to compare

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)

v2.1.1

28 Sep 09:34
Compare
Choose a tag to compare

2.1.1 (2023-09-28)

Bug Fixes

v2.1.0

28 Sep 09:00
Compare
Choose a tag to compare

2.1.0 (2023-09-28)

Features

  • update compilation target from es2020 to es2022 (a67df25)

Performance Improvements

  • simpler default single value storage (bc911b6)

v2.0.1

27 Sep 17:47
Compare
Choose a tag to compare

2.0.1 (2023-09-27)

Bug Fixes

  • remove restrictive typings (2f43c4e)

v2.0.0

27 Sep 17:39
Compare
Choose a tag to compare

2.0.0 (2023-09-27)

⚠ BREAKING CHANGES

  • update types and names

Features

v1.0.1

26 Apr 19:30
Compare
Choose a tag to compare

1.0.1 (2023-04-26)

Bug Fixes

v1.0.0

14 Apr 14:22
Compare
Choose a tag to compare

1.0.0 (2023-04-14)

⚠ BREAKING CHANGES

  • version 1
  • Initial implementation

Features