Skip to content

Latest commit

 

History

History
115 lines (55 loc) · 5.28 KB

File metadata and controls

115 lines (55 loc) · 5.28 KB

Changelog

2.1.4 (2026-06-03)

Bug Fixes

2.1.3 (2026-05-10)

Bug Fixes

  • preserve subscribeWithSelector's enhanced subscribe type in computed middleware (#76) (c302f1a)

2.1.2 (2026-04-17)

Bug Fixes

  • revert object assign to spread while handling immer compat (b87f89c)

2.1.1 (2025-10-22)

Bug Fixes

  • immer middleware throwing (a599978)

2.1.0 (2025-05-17)

Bug Fixes

  • refactor, add docs, remove proxy (bad default behavior) (a41e42c)

Miscellaneous Chores

2.0.2 (2024-11-10)

Miscellaneous Chores

2.0.1 (2024-11-10)

Miscellaneous Chores

2.0.0 (2024-08-23)

⚠ BREAKING CHANGES

  • replace computed middleware with createComputed function

Features

  • replace computed middleware with createComputed function (db30ae9)

1.4.2 (2024-08-22)

Bug Fixes

  • use type imports, organize imports (d3f007b)

1.4.1 (2024-04-18)

Bug Fixes

  • module zustand -> zustand/vanilla (#18) (6feb628)

1.4.0 (2024-03-03)

Features

Bug Fixes

  • formatting, github action (cc5b724)
  • modify example (04089ff)
  • test (7d3807f)
  • test and tweak slices pattern impl (a50baf3)
  • type for slices (0f022cf)
  • update tests for slices pattern, represents better use scenario (50c9854)

1.3.7 (2023-11-06)

Bug Fixes

  • changed optional param to rest parameter, fix type (b42971d)
  • updated setWithComputed by adding the third optional action parameter (570cf6a)

1.3.6 (2023-09-15)

Bug Fixes

  • enforce simple strict tsconfig (d66f4a9)
  • types & method of comparing existing (398d6f2)
  • Update zustand peerDependencies; Update example zustand. Fix example test (e41b2c3)