Skip to content

Releases: ph-fritsche/react-idb-cache

v1.1.0-alpha.1

21 Jan 01:37
930a02e

Choose a tag to compare

v1.1.0-alpha.1 Pre-release
Pre-release

1.1.0-alpha.1 (2021-01-21)

Features

  • rerender on cache changes (930a02e)

Bug Fixes

v1.0.2

18 Jan 17:04
8ff7e50

Choose a tag to compare

1.0.2 (2021-01-18)

Performance Improvements

  • allow state change before mount (8ff7e50)

v1.0.1

18 Jan 15:09
e1fcc3d

Choose a tag to compare

1.0.1 (2021-01-18)

Performance Improvements

  • skip unnecessary rerender (e1fcc3d)

v1.0.0

18 Jan 02:22
950c764

Choose a tag to compare

1.0.0 (2021-01-18)

⚠ BREAKING CHANGES

  • improve set api for multiple values

Features

Bug Fixes

Performance Improvements

v1.0.0-alpha.3

17 Jan 17:30
4fd5a68

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2021-01-17)

Features

Bug Fixes

  • prevent setState on unmounted (1892845)

v1.0.0-alpha.2

15 Jan 18:32
a65017d

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2021-01-15)

Features

v1.0.0-alpha.1

14 Jan 03:35
bb4c46c

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2021-01-14)

⚠ BREAKING CHANGES

  • improve set api for multiple values

Features

  • async writing functions (20c2753)
  • automatically rerender on set (b4f2481)
  • get multiple entries (70de1f6)
  • improve set api for multiple values (3e2624a)
  • set multiple entries (3860edf)

Bug Fixes

Performance Improvements