Skip to content

Commit 2bf3f21

Browse files
chore(release): 0.7.1 [skip ci]
## [0.7.1](v0.7.0...v0.7.1) (2025-01-23) ### Bug Fixes * **iterateFormatted:** compute formatted current value on demand instead of eagerly as the underlying value might change at any later time ([#63](#63)) ([c4174ee](c4174ee)) ### Documentation * fix mentions of the current value property from `.current.value` to `.value.current` ([#64](#64)) ([f2e4fef](f2e4fef)) * various docs touchups ([#62](#62)) ([9ad4aeb](9ad4aeb))
1 parent f2e4fef commit 2bf3f21

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.7.1](https://github.com/shtaif/react-async-iterators/compare/v0.7.0...v0.7.1) (2025-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **iterateFormatted:** compute formatted current value on demand instead of eagerly as the underlying value might change at any later time ([#63](https://github.com/shtaif/react-async-iterators/issues/63)) ([c4174ee](https://github.com/shtaif/react-async-iterators/commit/c4174ee072052d6cf2546e4921aecf982d84b11c))
7+
8+
9+
### Documentation
10+
11+
* fix mentions of the current value property from `.current.value` to `.value.current` ([#64](https://github.com/shtaif/react-async-iterators/issues/64)) ([f2e4fef](https://github.com/shtaif/react-async-iterators/commit/f2e4feff6d2fe60833a0444c844be8bbc40f5434))
12+
* various docs touchups ([#62](https://github.com/shtaif/react-async-iterators/issues/62)) ([9ad4aeb](https://github.com/shtaif/react-async-iterators/commit/9ad4aeb4c9c73487276eceb76c8c114f0f6f4d84))
13+
114
## [0.7.0](https://github.com/shtaif/react-async-iterators/compare/v0.6.0...v0.7.0) (2025-01-22)
215

316

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