We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87bb48 commit 753a2c3Copy full SHA for 753a2c3
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.2.0](https://github.com/shtaif/react-async-iterators/compare/v0.1.0...v0.2.0) (2024-12-25)
2
+
3
4
+### Features
5
6
+* add new `useAsyncIterState` hook ([#16](https://github.com/shtaif/react-async-iterators/issues/16)) ([f87bb48](https://github.com/shtaif/react-async-iterators/commit/f87bb488c3f3d659e6639b5ed01a20d0f9340aab))
7
8
## [0.1.0](https://github.com/shtaif/react-async-iterators/compare/v0.0.1...v0.1.0) (2024-12-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-async-iterators",
- "version": "0.1.0",
+ "version": "0.2.0",
"author": "Dor Shtaif <dorshtaif@gmail.com>",
"license": "MIT",
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",
0 commit comments