Skip to content

Commit d9260c1

Browse files
chore(release): 0.8.0 [skip ci]
## [0.8.0](v0.7.1...v0.8.0) (2025-01-27) ### Features * add default initial value parameters to `useAsyncIterMulti` and `IterateMulti` ([#69](#69)) ([f5e214b](f5e214b)) ### Documentation * **readme:** fix documentation mistakes for `useAsyncIterMulti`'s options object argument ([#67](#67)) ([bfbb352](bfbb352)) * **readme:** further content for `README.md` ([#65](#65)) ([3a256e8](3a256e8)) * **readme:** more edits ([#66](#66)) ([8a6fc81](8a6fc81))
1 parent f5e214b commit d9260c1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.8.0](https://github.com/shtaif/react-async-iterators/compare/v0.7.1...v0.8.0) (2025-01-27)
2+
3+
4+
### Features
5+
6+
* add default initial value parameters to `useAsyncIterMulti` and `IterateMulti` ([#69](https://github.com/shtaif/react-async-iterators/issues/69)) ([f5e214b](https://github.com/shtaif/react-async-iterators/commit/f5e214b1bbf57dfcd90f31fabb3d9f7a674bd12a))
7+
8+
9+
### Documentation
10+
11+
* **readme:** fix documentation mistakes for `useAsyncIterMulti`'s options object argument ([#67](https://github.com/shtaif/react-async-iterators/issues/67)) ([bfbb352](https://github.com/shtaif/react-async-iterators/commit/bfbb352c5fe42f298e830d75340f0e14b44ee373))
12+
* **readme:** further content for `README.md` ([#65](https://github.com/shtaif/react-async-iterators/issues/65)) ([3a256e8](https://github.com/shtaif/react-async-iterators/commit/3a256e8f225f9ede95cad106816055e0b882f7dd))
13+
* **readme:** more edits ([#66](https://github.com/shtaif/react-async-iterators/issues/66)) ([8a6fc81](https://github.com/shtaif/react-async-iterators/commit/8a6fc81399e7a15402fe01dc7d28759a90e38ca7))
14+
115
## [0.7.1](https://github.com/shtaif/react-async-iterators/compare/v0.7.0...v0.7.1) (2025-01-23)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-iterators",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"author": "Dor Shtaif <dorshtaif@gmail.com>",
55
"license": "MIT",
66
"description": "The magic of JavaScript async iterators in React ⛓️ 🧬 🔃",

0 commit comments

Comments
 (0)