Releases: propero-oss/easy-store
Releases · propero-oss/easy-store
v2.0.0
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
1.3.0 (2023-01-15)
Features
- remove unnecessary snowflake script (e968156)
v1.2.0
1.2.0 (2023-01-15)
Features
- new call signature for subscribers, store and subscribable signature changes (f1a4e42)
v1.1.0
1.1.0 (2021-02-09)
Features
- add store proxy objects, handler utils (d5903c5)
v1.0.1
1.0.1 (2021-01-12)
Bug Fixes
- only publish necessary files to npm (809d551)