Skip to content

Releases: propero-oss/easy-store

v2.0.0

28 Feb 22:18
Compare
Choose a tag to compare

2.0.0 (2023-02-28)

Features

BREAKING CHANGES

  • method signatures for various store methods have
    changed to allow for better compatability with svelte, react and
    other frameworks. sub has been renamed to subscribe and now
    returns an unsubscribe method.

v1.3.0

15 Jan 21:39
Compare
Choose a tag to compare

1.3.0 (2023-01-15)

Features

  • remove unnecessary snowflake script (e968156)

v1.2.0

15 Jan 21:36
Compare
Choose a tag to compare

1.2.0 (2023-01-15)

Features

  • new call signature for subscribers, store and subscribable signature changes (f1a4e42)

v1.1.0

09 Feb 23:23
Compare
Choose a tag to compare

1.1.0 (2021-02-09)

Features

  • add store proxy objects, handler utils (d5903c5)

v1.0.1

12 Jan 20:08
Compare
Choose a tag to compare

1.0.1 (2021-01-12)

Bug Fixes

  • only publish necessary files to npm (809d551)