@thi.ng/transducers-async 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +6 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -129,13 +129,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 3.10 KB
|
|
|
129
129
|
|
|
130
130
|
## Usage examples
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
Several projects in this repo's
|
|
133
133
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
134
|
-
directory
|
|
134
|
+
directory are using this package:
|
|
135
135
|
|
|
136
|
-
| Description
|
|
137
|
-
|
|
138
|
-
|
|
|
136
|
+
| Screenshot | Description | Live demo | Source |
|
|
137
|
+
|:---------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------|:-------------------------------------------------|:------------------------------------------------------------------------------|
|
|
138
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/csp-bus.png" width="240"/> | CSP channel-based event handling, async transducers & reactive UI components | [Demo](https://demo.thi.ng/umbrella/csp-bus/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/csp-bus) |
|
|
139
|
+
| | Basic & barebones usage of async iterables in thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/rdom-async/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-async) |
|
|
139
140
|
|
|
140
141
|
## API
|
|
141
142
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-async",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Async versions of various highly composable transducers, reducers and iterators",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -204,5 +204,5 @@
|
|
|
204
204
|
"status": "alpha",
|
|
205
205
|
"year": 2018
|
|
206
206
|
},
|
|
207
|
-
"gitHead": "
|
|
207
|
+
"gitHead": "0bec55821066c18eb977a7eabd42c0bb2b096d98\n"
|
|
208
208
|
}
|