Skip to content

Latest commit

 

History

History
188 lines (97 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

188 lines (97 loc) · 4.81 KB

Changelog

Released on 2025-01-13

✨ Features

  • CreateContext support for custom defaultEqualityFn.

Improvements and Fixes

What's improved

  • CreateContext support for custom defaultEqualityFn, closes #3 (4b71b99)

Released on 2025-01-13

✨ Features

  • Bump peer deps react>=19 and zustand >=5.

Improvements and Fixes

What's improved

  • Bump peer deps react>=19 and zustand >=5, closes #4 (a3f95ac)

💥 BREAKING CHANGES

  • react>=19 and zustand >=5

Released on 2024-01-21

🐛 Bug Fixes

  • Reduce createStoreUpdater update time.

Improvements and Fixes

What's fixed

  • Reduce createStoreUpdater update time (53d2c2c)

Released on 2023-08-07

🐛 Bug Fixes

  • Migration to zustand v4.4.

Improvements and Fixes

What's fixed

  • Migration to zustand v4.4, closes #1 (ccdd5e0)

Released on 2023-06-15

✨ Features

  • 增加 storeApiSetState.

Improvements and Fixes

What's improved

  • 增加 storeApiSetState (f9df32a)

1.2.5 (2023-06-15)

🐛 Bug Fixes

  • 优化 createStoreUpdater 的 devtools 提示 (a0e1729)

1.2.4 (2023-06-14)

🐛 Bug Fixes

  • Fix UseStoreUpdater type (94ee56f)

1.2.3 (2023-06-14)

🐛 Bug Fixes

  • 优化 createStoreUpdater 在 devtools 中的 action 名称 (b33e14c)

1.2.2 (2023-04-03)

🐛 Bug Fixes

  • fix storeApi type error (a295b97)

1.2.1 (2023-04-02)

🐛 Bug Fixes

1.2.0 (2023-04-02)

✨ Features

  • add createStoreUpdater hooks (13eaf9d)

🐛 Bug Fixes

  • fix error when working with nextjs ssr (28f746b)

1.1.2 (2023-02-11)

1.1.1 (2023-02-10)

1.1.0 (2023-02-09)

✨ Features

  • add OptionalDevtools middleware (5913018)

1.0.1 (2023-02-09)

1.0.0 (2023-02-09)

✨ Features

  • migration createContext from zustand/context (fd375aa)