@thi.ng/rstream
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.2.5"></a> | ||
## [1.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.4...@thi.ng/rstream@1.2.5) (2018-04-08) | ||
**Note:** Version bump only for package @thi.ng/rstream | ||
<a name="1.2.4"></a> | ||
@@ -8,0 +16,0 @@ ## [1.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.2.3...@thi.ng/rstream@1.2.4) (2018-04-05) |
{ | ||
"name": "@thi.ng/rstream", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", | ||
@@ -27,5 +27,5 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^2.1.3", | ||
"@thi.ng/atom": "^1.2.3", | ||
"@thi.ng/transducers": "^1.7.4" | ||
"@thi.ng/api": "^2.2.0", | ||
"@thi.ng/atom": "^1.2.4", | ||
"@thi.ng/transducers": "^1.7.5" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
@@ -111,2 +111,18 @@ # @thi.ng/rstream | ||
There're several examples using this package in the `/examples` | ||
directory of this repo: | ||
### Declarative dataflow graph | ||
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-dataflow) | ||
| [Live version](http://demo.thi.ng/umbrella/rstream-dataflow) | ||
### @thi.ng/hdom benchmark | ||
The FPS counter canvas component used in this benchmark is driven by | ||
this package and based on the barebones version shown below. | ||
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-benchmark) | ||
| [Live version](http://demo.thi.ng/umbrella/hdom-benchmark/) | ||
### Basic usage patterns | ||
@@ -113,0 +129,0 @@ |
87589
329
Updated@thi.ng/api@^2.2.0
Updated@thi.ng/atom@^1.2.4
Updated@thi.ng/transducers@^1.7.5