Rasmus Porsager
d64e0a950f
Fix #1714 conditionally halting stream ( #2200 )
...
* Fix #1714 conditionally halting stream
* Add note in changelog
2018-08-08 15:06:21 +01:00
Barney Carroll
e1a50890e9
stream: Removed valueOf & toString methods ( fixes #2150 ) ( #2151 )
...
* stream: Removed `valueOf` & `toString` methods (fixes #2150 )
* Update stream documentation
2018-05-16 00:01:30 +02:00
Adam Gamble
fb3c344055
Scan with halt ( #1957 )
...
* HALT if scan reducer doesn't change value
* Updated docs to reflect new scan behaviour with HALT
2018-05-03 16:52:33 +01:00
magikstm
e64a322bcf
Correct test scripts
2017-12-30 04:44:00 -05:00
Pierre-Yves Gerardy
f22f884b1e
Unregister the end streams after their dependents have run fix #1736
2017-03-24 22:29:43 +01:00
eladzlot
3578d0ffb3
added test for stream.end.map
...
Tests for issue #1736
Any maps set to the end stream do not get called.
In fact, for some reason adding a map to and end stream throws an error:
```
Cannot read property '_state' of undefined
at updateDependency (/Users/eladzlot/www/mithril.js/stream/stream.js:46:20)
```
2017-03-24 11:53:54 +03:00
spacejack
683d85a952
refactor: Move scan and scanMerge to stream module ( #1718 )
2017-03-15 17:22:06 -07:00
Gyandeep Singh
daf5a64697
Chore: Fix lint issues and add indent with tabs
2017-03-11 15:54:41 -06:00
Isiah Meadows
1cc5fa5ba7
"use strict" and other linty fixes
2017-03-03 18:24:38 -05:00
Leo Horie
439cf95673
expose promise polyfill in a way that won't need code migration later
2016-11-16 21:15:23 -05:00
Leo Horie
6ce2a384ec
simplify streams, lint docs
2016-11-15 23:13:38 -05:00
Zach Dahl
db445a899d
add stream folder with scan and scan-merge
2016-10-29 00:38:28 -05:00