Skip to content

Releases: btroncone/ngrx-store-localstorage

v11.0.0

12 Feb 00:11
720e752
Compare
Choose a tag to compare

11.0.0 (2021-02-12)

Features

  • update NgRx peer dependency to v11 (3d49e79)

BREAKING CHANGES

  • update NgRx peer dependency to v11

v10.1.2

17 Jan 22:13
8c5b1a2
Compare
Choose a tag to compare

10.1.2 (2021-01-17)

Bug Fixes

  • rehydrating booleans at the root of the state (7d329a6)

v10.1.1

23 Oct 01:19
c38b89f
Compare
Choose a tag to compare

10.1.1 (2020-10-23)

Bug Fixes

  • allow mix of partial and full state in keys (8893481)

v10.1.0

10 Oct 05:25
37bf2bf
Compare
Choose a tag to compare

10.1.0 (2020-10-10)

Features

  • allow infinite depth configuration (652b049)

v10.0.0

05 Sep 05:38
03d3459
Compare
Choose a tag to compare

10.0.0 (2020-09-05)

Bug Fixes

  • update peer dependency for @ngrx/store to v10 (3bc8b8b), closes #166 #160

BREAKING CHANGES

  • Bump to v10 to keep in sync with @ngrx/store