1.6.0 (2024-10-04)
1.5.0 (2024-08-01)
1.4.3 (2024-07-16)
1.4.2 (2024-07-03)
1.4.1 (2024-07-02)
1.4.0 (2024-06-28)
1.3.1 (2024-06-24)
- computed + storage (f4578e1)
1.3.0 (2024-06-24)
1.2.6 (2024-06-20)
1.2.5 (2024-06-19)
1.2.4 (2024-06-14)
- stop listening on MMKV changes to not create infinite loop (22dc225)
1.2.3 (2024-06-14)
- publish non-minified code to npm (fa6c4ae)
1.2.2 (2024-05-28)
- move subscribe to later (47bbca5)
1.2.1 (2024-05-27)
1.2.0 (2024-05-24)
- fix types (b74e662)
- add computed/derived state (7958796)
- support removing data from storage (#63) (2040627)
- update syntax (2496eb1)
1.1.2 (2024-05-16)
- disable proxy after recalculate (f0cfab2)
1.1.1 (2024-05-15)
- add peerDependenciesMeta (66f5d98)
1.1.0 (2024-05-14)
- js-docs (f72f8a5)
- universal storage (a172474)
1.0.1 (2024-05-14)
- allow common js (424baae)
- action not passed to hook (889dab2)
- bun-version (e7aa538)
- change lifecycle hook when husky is run (d7c0198)
- fix building (614250f)
- fix reset for values with synchronizer (7b7646d)
- fix reset helper types (bf60554)
- fix tests (c835e32)
- fix tests (4201f1f)
- flatten state type (4667824)
- improve types for partial state (48e269d)
- infer nullable correctly (46e38f7)
- missing script (1dfcc22)
- test (068c7d1)
- test (e6022bf)
- tests (3d748e7)
- tests (1639115)
- tests (06ea326)
- tests (d94c36b)
- tests (f17b432)
- tests (73d7567)
- tests (396be0c)
- tests (dc0da83)
- tests (442a9d6)
- types (2508446)
- update readme (a9e04c8)
- add compatibility for React <18 (bdcfbca)
- add createScopedStore (61495b7)
- add custom serializers and deserializers to storage and mmkvStorage (#54) (661b744)
- add resetting store (1d4a76a)
- add test for HOC (a4b1204)
- added dprint and husky (253d561)
- added eslint with config (c796400)
- allow for store ssr hydration (9343f1b)
- change build method to unbuild (7abf5bf)
- change synchronizer return types (81eafc2)
- change yarn to bun and add tests (3344fbb), closes #17 #9
- configure building (a4b5564)
- create useStoreEffect hook (9f6581c)
- effect proxy (ddd2729)
- enhanced set action (25a6d9b)
- even more proxy and simpler api (417b4c5)
- getAction improvements (bd3b0fd)
- getAction improvements (c3f9ac7)
- remove dispose function from synchronizer (1e60758)
- separate vanilla store (eb4dc42)
- separated synchronizers (#49) (14f6f72)
- update deps (3bce9e4)
- use parcel as bundler (Fixes #13) (7a32186)
- use proxy to subscribe for changes (9b2a651)
1.1.0 (2024-04-19)
1.0.1 (2024-04-04)
- update readme (a9e04c8)
- action not passed to hook (889dab2)
- bun-version (e7aa538)
- change lifecycle hook when husky is run (d7c0198)
- fix building (614250f)
- fix reset for values with synchronizer (7b7646d)
- fix reset helper types (bf60554)
- fix tests (c835e32)
- fix tests (4201f1f)
- flatten state type (4667824)
- improve types for partial state (48e269d)
- infer nullable correctly (46e38f7)
- missing script (1dfcc22)
- test (068c7d1)
- test (e6022bf)
- tests (3d748e7)
- tests (1639115)
- tests (06ea326)
- tests (d94c36b)
- tests (f17b432)
- tests (73d7567)
- tests (396be0c)
- tests (dc0da83)
- tests (442a9d6)
- types (2508446)
- add compatibility for React <18 (bdcfbca)
- add createScopedStore (61495b7)
- add resetting store (1d4a76a)
- add test for HOC (a4b1204)
- added dprint and husky (253d561)
- added eslint with config (c796400)
- allow for store ssr hydration (9343f1b)
- change synchronizer return types (81eafc2)
- change yarn to bun and add tests (3344fbb), closes #17 #9
- configure building (a4b5564)
- create useStoreEffect hook (9f6581c)
- enhanced set action (25a6d9b)
- getAction improvements (bd3b0fd)
- getAction improvements (c3f9ac7)
- remove dispose function from synchronizer (1e60758)
- update deps (3bce9e4)
- use parcel as bundler (Fixes #13) (7a32186)
- use proxy to subscribe for changes (9b2a651)