React Easy State Versions Save

Simple React state management. Made with ❤️ and ES6 Proxies.

v6.3.1-alpha.1

3 years ago

6.3.1-alpha.1 (2021-01-28)

Bug Fixes

  • view: don't rerender unmounted components (279d18f)

v7.0.0-alpha.1

3 years ago

7.0.0-alpha.1 (2020-05-21)

Build System

  • lib: improve the build process (ea577e2)

Features

  • store: add store options (94510d8)

BREAKING CHANGES

  • lib: removed the alternative es5 builds

v6.4.0-alpha.1

4 years ago

6.4.0-alpha.1 (2020-04-26)

Features

  • handlers: add observer handler hooks (0dd021a)

v6.3.0

4 years ago

6.3.0 (2020-04-24)

Bug Fixes

  • scheduler: fix render order (0163659)

Features

  • store: auto batch store methods (3cc190e)

v6.2.4

4 years ago

6.2.4 (2020-04-19)

Bug Fixes

  • node: fix node 6 support (0bc26e5)

v6.2.3

4 years ago

6.2.3 (2020-04-14)

Bug Fixes

  • ts-definition: fix definition for autoEffect and clearEffect (45bce1f)

v6.2.2

4 years ago

6.2.2 (2020-04-14)

Bug Fixes

  • ts-definition: add autoEffect and clearEffect (ac78b3c)

v6.2.1

4 years ago

6.2.1 (2020-04-08)

Bug Fixes

  • engines: remove node 10+ dependency (a0600a0)

v6.2.0

4 years ago

6.2.0 (2020-03-30)

Bug Fixes

  • auto-effect-test: fix a linter related testing issue (b3c26f5)
  • auto-effects-test: fix a store placement issue in tests (8f0c308)
  • autoeffect: fix batching for auto effects (266ea65)
  • batch: flush even if error thrown inside batch (2c427cb)
  • batch: refactor queue to avoid import cycle (3cf2180)
  • batch: replace unstable batch api with custom queue (df56b5b)
  • batching: fix caret positioning bug with batching (1f4aa86)
  • depencies: audit and update dependencies (0810b8d)
  • deps: un-lock dependencies (e666c05)
  • displayname: add displayName before React.memo (52f3ff3)
  • displayname: refactor memo wrapper on functional components (414cf62)
  • example: fix native example expo name (022e7f2)
  • examples: add .env.local to examples (0840750)
  • examples: update beer-finder dependencies (f41e699)
  • examples: update clock dependencies (b8771f6)
  • examples: update contacts dependencies (47a368c)
  • examples: update native-clock dependencies (3c950c8)
  • examples: update stop-watch dependencies (c152a95)
  • examples: update todo-mvc dependencies (e141741)
  • git: change urls to repo (02c9f67)
  • lint: fix standard lint issues (40fe819)
  • linter: disable two react rules (8344bd4)
  • linter: disable two react rules (14fd957)
  • standard: ignore examples folder (ccd1946)
  • store: switch useMemo to useRef for local stores (4925f8a)
  • store: throw error if store used inside render (e6a680a)
  • store: throw error on functional local store (877b1ab)
  • store: throw error when hooks used below react 16.8 (152ec88)

Features

  • auto-effect: add autoEffect and clearEffect (3730075)
  • stores: allow function store param, use returned value (a95d578)

v6.1.3

4 years ago

Fixes

Other changes