UNPKG

1 kBMarkdownView Raw
1# 0.9.0
2
3* Added Immer 10 support
4
5# 0.8.1
6
7* Improved overloads of useImmerReducer, see #108.
8
9# 0.8.0
10
11* Support React 18
12* Added `exports` defininition to package.json, see #101
13
14# 0.4.1
15
16* Exported type for the updater function, `Updater<T>`. See [#53](https://github.com/immerjs/use-immer/pull/53) by [@hoilzz](https://github.com/hoilzz)
17
18# 0.4.0
19
20* Improved performance, see [#50](https://github.com/immerjs/use-immer/pull/50) by [@sophibits](https://github.com/sophiebits)
21* Exposed utility type `ImmerHook`, see[#47](https://github.com/immerjs/use-immer/pull/47) by [@Plasmoxy](https://github.com/Plasmoxy)
22
23# 0.1.0
24
25* Added typescript typings [#6](https://github.com/mweststrate/use-immer/pull/6) by [thisjeremiah](https://github.com/thisjeremiah)
26* Added support for `initialAction` parameter. Fixes [#3](https://github.com/mweststrate/use-immer/issues/3) through [#4](https://github.com/mweststrate/use-immer/pull/4) by [jezhi780625](https://github.com/yezhi780625)
27
28# 0.0.5
29
30Initial release