Releases: n1ru4l/use-async-effect
Releases · n1ru4l/use-async-effect
v1.1.7
1.1.7 (2019-10-20)
Bug Fixes
v1.1.6
1.1.6 (2019-10-16)
Bug Fixes
v1.1.5
1.1.5 (2019-10-09)
Bug Fixes
- use the latest generator instance after dependency change. (#26) (d7132ab)
v1.1.4
1.1.4 (2019-10-09)
Bug Fixes
- improve unhandled promise rejection error logging. Log the whole error object (with the stack trace) instead of only the message. (fe7160b)
- wrap reference commit in useEffect. (a0f7221)
v1.1.3
1.1.3 (2019-09-15)
Bug Fixes
- use correct types for generator result (typescript 3.6.x compat) (2b1c925)
v1.1.2
1.1.2 (2019-08-28)
Bug Fixes
- README: update typos and instructions (38a1510)
v1.1.1
1.1.1 (2019-08-28)
Bug Fixes
- add instructions for eslint-plugin-react-hooks (#16) (c39201f)
v1.1.0
1.1.0 (2019-08-28)
Features
- invoke cleanup handler returned from generator function upon dependency change or unmount (#15) (6a419c8)
v1.0.5
1.0.5 (2019-08-15)
Bug Fixes
- docs: add missing onCancel parameter in third example in README.md (#9) (11ce405)
v1.0.4
1.0.4 (2019-07-27)
Bug Fixes