Skip to content

Commit 84008f3

Browse files
0.11.5
1 parent c71507d commit 84008f3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.11.5](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.4...v0.11.5)
8+
9+
- Added symbol props support for state created by `useAsyncDeepState` hook; [`c71507d`](https://github.com/DigitalBrainJS/use-async-effect/commit/c71507dac9624dda633c391a834cd6cb9267641b)
10+
711
#### [v0.11.4](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.3...v0.11.4)
812

13+
> 1 July 2021
14+
915
- Refactored & optimized `useAsyncCallback` hook; [`20c2802`](https://github.com/DigitalBrainJS/use-async-effect/commit/20c28023c6f26e7aa2125e074973219589c93878)
1016

1117
#### [v0.11.3](https://github.com/DigitalBrainJS/use-async-effect/compare/v0.11.2...v0.11.3)

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.11.4",
3+
"version": "0.11.5",
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)