Commit graph

16 commits

Author SHA1 Message Date
RobertAKARobin
23e4a57114 Put Stream in IIFE so variables aren't global
...when imported into the browser via <script> tags.
2017-03-03 20:44:41 -06:00
Pat Cavit
e324cf6b91 feat: Make streams publishable to NPM (#1635) 2017-02-17 13:01:32 -08:00
Mikkel Bergmann
d1a3f7fe9b Make it work in a browser 2016-12-21 10:02:21 +11:00
eladzlot
3a1124f3ec simplify array operators in stream 2016-11-20 14:13:35 +02: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
5552ef31b1 lint 2016-11-15 23:20:22 -05:00
Leo Horie
6ce2a384ec simplify streams, lint docs 2016-11-15 23:13:38 -05:00
Leo Horie
bc8cf4ed76 change m.request return value from stream to promise
remove m.prop
add m.Promise
update tests and examples
2016-11-13 22:44:22 -05:00
Leo Horie
164327fc2f use strict 2016-11-04 12:57:18 -04:00
Leo Horie
fa82f4c7c4 wrapper for fantasy-land map 2016-11-04 12:50:42 -04:00
Zach Dahl
db445a899d add stream folder with scan and scan-merge 2016-10-29 00:38:28 -05:00
Leo Horie
80c25e3809 rename routeresolver methods to {onmatch,view}
expose some piecemeal modules
rename internal xhr to request
mirror internal stream api to match public api
2016-08-17 00:10:47 -04:00
Sebastian Sandqvist
c59ea457c9 fix bundle again 2016-08-15 12:33:57 -07:00
Sebastian Sandqvist
f8d2a50fb7 fix bundle 2016-08-15 12:32:10 -07:00
Sebastian Sandqvist
4854b4f959 remove semicolons 2016-08-15 12:10:51 -07:00
Sebastian Sandqvist
7bdb29bbfc Piecemeal stream usage 2016-08-15 12:09:22 -07:00