Skip to content

Latest commit

 

History

History
275 lines (169 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

275 lines (169 loc) · 17.9 KB

1.6.0 (2024-10-04)

Bug Fixes

Features

  • add support for manual state hydration (#83) (0ead54c)

1.5.0 (2024-08-01)

Features

1.4.3 (2024-07-16)

Bug Fixes

  • update store provider state after value changed (#80) (8b8f433)

1.4.2 (2024-07-03)

Bug Fixes

  • do not override getters in scoped store (#78) (64b6eac)

1.4.1 (2024-07-02)

Bug Fixes

  • scoped store with react compiler (#76) (8360765)

1.4.0 (2024-06-28)

Features

1.3.1 (2024-06-24)

Bug Fixes

1.3.0 (2024-06-24)

Features

1.2.6 (2024-06-20)

Bug Fixes

  • fix dependencies detection in getters (#68) (0e77b63)

1.2.5 (2024-06-19)

Bug Fixes

1.2.4 (2024-06-14)

Bug Fixes

  • stop listening on MMKV changes to not create infinite loop (22dc225)

1.2.3 (2024-06-14)

Bug Fixes

  • publish non-minified code to npm (fa6c4ae)

1.2.2 (2024-05-28)

Bug Fixes

  • move subscribe to later (47bbca5)

1.2.1 (2024-05-27)

Bug Fixes

  • fix reset when computed used, fix computed usage with synchronizer (#65) (53a456a)

1.2.0 (2024-05-24)

Bug Fixes

Features

1.1.2 (2024-05-16)

Bug Fixes

  • disable proxy after recalculate (f0cfab2)

1.1.1 (2024-05-15)

Bug Fixes

  • add peerDependenciesMeta (66f5d98)

1.1.0 (2024-05-14)

Bug Fixes

Features

1.0.1 (2024-05-14)

Bug Fixes

1.0.0 (2024-05-06)

Bug Fixes

Features

  • 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)

Features

1.0.1 (2024-04-04)

Bug Fixes

1.0.0 (2024-04-04)

Bug Fixes

Features