Skip to content

Releases: chhsiao1981/use-thunk

5.2.0

17 Aug 02:56
b9b98bb

Choose a tag to compare

Breaking Changes

Starting from 5.2.0:

  • There is no need to specify [reducer].default.
  • There is no side effect whether or not putting reducer functions to the dependency of useEffect.

What's Changed

Full Changelog: 5.1.2...5.2.0

5.1.2

11 Aug 16:33
3535104

Choose a tag to compare

What's Changed

  • react version compatible to 18.3.1 react version compatible to >= 18.3.1 by @chhsiao1981 in #76

Full Changelog: 5.1.1...5.1.2

5.1.1

11 Aug 14:58
39b40b5

Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

5.1.0

11 Aug 13:48
d6cd5d6

Choose a tag to compare

What's Changed

Full Changelog: 5.0.1...5.1.0

5.0.1

13 Feb 11:36
6baa4ae

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

13 Feb 01:05
0e28ac8

Choose a tag to compare

[WARN] major revision and breaking changes!

What's Changed

  1. add biome.
  2. fix the types.
  3. use vite.
  4. remove babel, webpack, jest.
  5. add vitest.
  6. add tseslint. conflicting with biome.
  7. src/index.ts
  8. src/thunk-reducer.ts

Full Changelog: 4.0.1...5.0.0

update types in package.json

25 Dec 22:14
becb4f2

Choose a tag to compare

#59

  • update types in package.json

implementing thunkReducer with immediate evaluation.

25 Dec 21:32
92eb4bb

Choose a tag to compare

#57

  • implementing thunkReducer with React.useCallback, not React.useReducer.
  • better README.md

able to use React.useReducer

19 Dec 05:31
a21eba2

Choose a tag to compare

#54

  • require export myClass.
  • require async in Thunk.
  • no need myClass and doMe in init.
  • addLink is not included in init, no links in init.

lib

18 Oct 13:43
15be2fe

Choose a tag to compare

lib
Merge pull request #53 from chhsiao1981/release-2.1.4

update version to 2.1.4