Skip to content

Commit ea0bc09

Browse files
0.9.3
1 parent fe20f5f commit ea0bc09

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.9.3](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.2...v0.9.3)
8+
9+
- Refactored the internal finalize logic of the useAsyncCallback hook; [`fe20f5f`](https://github.com/DigitalBrainJS/use-async-effect/commit/fe20f5f59718366535ed43a9fbba3b486c513b90)
10+
711
#### [v0.9.2](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.1...v0.9.2)
812

13+
> 13 May 2021
14+
915
- Added `catchErrors` option for the `useAsyncCallbackHook`; [`377bc1a`](https://github.com/DigitalBrainJS/use-async-effect/commit/377bc1acc0671bb0aa7b4f64c387ef84b9826f78)
16+
- Refactored isGeneratorFn to avoid using function name; [`390fdd6`](https://github.com/DigitalBrainJS/use-async-effect/commit/390fdd609c5c1ccfa0d52ff4f2b64b4f6ed18cb3)
1017

1118
#### [v0.9.1](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.9.0...v0.9.1)
1219

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-async-effect2",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting",
55
"main": "lib/use-async-effect.js",
66
"scripts": {

0 commit comments

Comments
 (0)