Skip to content

Releases: nanostores/persistent

1.3.3

05 Feb 21:05
1.3.3
817404d

Choose a tag to compare

  • Reduced decoding calls on no value changes (by @d8corp).

1.3.2

05 Feb 10:08
1.3.2
af59132

Choose a tag to compare

  • Fixed handling broke JSON in persistentJSON (by @d8corp).

1.3.1

04 Feb 20:05
1.3.1
1fdab48

Choose a tag to compare

  • Fixed persistentBoolean restoring on pageshow (by @d8corp).

1.3.0

29 Jan 21:42
1.3.0
1f03654

Choose a tag to compare

  • Added persistentJSON() helper (by @d8corp).

1.2.1

28 Jan 12:16
1.2.1
09cc3f2

Choose a tag to compare

  • Fixed keeping user’s value after changes default value by not removing key (by @d8corp).
  • Initialize store as soon as possible (by @d8corp).

1.2.0

20 Oct 10:15
1.2.0
5904126

Choose a tag to compare

  • Added persistentBoolean() helper.

1.1.0

04 Jul 14:42
1.1.0
b85a11f

Choose a tag to compare

  • Added ability to delete key from storage in encode.
  • Fixed reaction on atom’s key removal.

1.0.0

10 Apr 22:42
1.0.0
55668f3

Choose a tag to compare

  • Added Nano Stores 1.0 support.
  • Removed Node.js 18 support.

0.10.2

03 Aug 23:47
0.10.2
a1e5788

Choose a tag to compare

  • Added Nano Stores 0.11 support.

0.10.1

21 Feb 16:35
0.10.1
3ba73ff

Choose a tag to compare

  • Fixed multiple update events on single persistentMap.set call (by @kaytwo).