Commit graph

94 commits

Author SHA1 Message Date
David Braun
c0b2e8b411
Refactor from. 2019-04-06 09:59:21 -04:00
David Braun
a6233e3884
Make ESLint require backticks. 2019-04-06 09:45:41 -04:00
David Braun
72bf839541
Refactor concat. 2019-04-06 09:42:50 -04:00
David Braun
43b09b0c58
Refactor join. 2019-04-06 09:30:35 -04:00
David Braun
3d17e23338
Stop map from returning buffered channels. 2019-04-06 09:29:12 -04:00
David Braun
b426d67411
package.json: Change GitHub links to GitLab. 2019-03-20 11:19:18 -04:00
David Braun
f42c3ee65b v0.6.5 2019-03-20 11:10:31 -04:00
David Braun
3ff3031b1e
Simplify implementation of select. 2019-03-20 11:09:26 -04:00
David Braun
ea2cc74711
Upgrade dependencies. 2019-03-20 10:11:47 -04:00
David Braun
bf7258de05
Make map respect backpressure. 2019-03-20 09:50:51 -04:00
David Braun
3e92604d18
Simplify processOrders, fixing buffer off-by-one error. 2018-10-22 21:47:18 -04:00
David Braun
6066be83fe v0.6.4 2018-10-22 16:01:55 -04:00
David Braun
58fe68f1c4
Simplify handling of promises as values. 2018-10-22 15:59:06 -04:00
David Braun
cdfb4655b5
Allow asynchronous callback functions in filter. 2018-08-27 16:40:01 -04:00
David Braun
cd1a4a4e96
Simplify slice. 2018-08-27 16:34:40 -04:00
David Braun
4494e56dc5
Introduce mutation testing. 2018-08-27 16:34:19 -04:00
David Braun
237f5c302b Channel.isChannel: Work with 'undefined' and 'null'. 2018-04-26 13:09:28 -04:00
David Braun
fda1c036b4 minor clean-ups 2018-04-26 13:08:46 -04:00
David Braun
02ded38825 v0.6.3 2018-03-28 13:42:51 -04:00
David Braun
74e80403e5 Switch to Yarn. 2018-03-28 13:42:31 -04:00
David Braun
316077c296 .gitignore: Be more specific. 2018-03-28 13:42:31 -04:00
David Braun
5d21a6ebe5
Update dependencies. 2018-03-28 13:38:01 -04:00
David Braun
9cf3cb65e4
ESLint: Add "no-undef" rule. 2018-03-28 13:36:05 -04:00
David Braun
c71312c22f
Add some comments. 2018-03-28 13:35:45 -04:00
David Braun
57247c6d10
Allow promises to be passed through a channel. 2018-03-28 13:35:11 -04:00
David Braun
965d14d82c 0.6.2 2018-03-20 21:29:15 -04:00
David Braun
1f8e3c46ee
Clarify documentation to fix #3. 2018-03-20 21:21:08 -04:00
David Braun
95a575fd2d
Fix #2. 2018-03-13 16:59:17 -04:00
David Braun
a0e8ad6462 0.6.1 2018-02-20 20:46:49 -05:00
David Braun
71e4ddb5d6
Fix #1. 2018-02-20 20:46:44 -05:00
David Braun
f5e88f4dda concat: Fix Wallaby.js bug. 2018-02-20 14:42:37 -05:00
David Braun
9f8a0ee37c Add package-lock.json. 2018-02-20 14:42:37 -05:00
David Braun
4a4a2db7ed map: Return a buffered channel if appropriate. 2018-02-20 14:42:35 -05:00
David Braun
e8c27056de
Add ESLint. 2017-12-06 14:38:07 -05:00
David Braun
4315a28f0c Add test coverage. 2017-12-06 14:32:42 -05:00
David Braun
9da406e58f .gitignore: Add .vscode. 2017-12-06 14:32:41 -05:00
David Braun
be1fafdc22 0.6.0 2017-12-06 13:21:54 -05:00
David Braun
305faa8341
package.json: Update dependencies. 2017-12-06 13:21:15 -05:00
David Braun
ea0a8003a6
CircleCI: Update Node version. 2017-12-06 13:09:07 -05:00
David Braun
31ff85abbf
CircleCI: Add default configuration file. 2017-12-06 13:07:34 -05:00
David Braun
46bb4c371b
Add concat. 2017-11-28 13:28:02 -05:00
David Braun
1ba41d0f53
Delete package-lock.json. 2017-11-28 13:13:11 -05:00
David Braun
1fc2308f08
reduce: Require initialValue in functional interface. 2017-11-28 11:39:37 -05:00
David Braun
366249f84f
API.md: Add async to reduce's return value. 2017-11-28 11:15:13 -05:00
David Braun
4930e4204d
map: Don't wait before proceeding if callback returns promise. 2017-11-03 12:14:36 -04:00
David Braun
615f9914ee
isChannel: Check prototype directly. 2017-10-30 15:17:06 -04:00
David Braun
3265a5472e 0.5.0 2017-10-23 11:46:38 -04:00
David Braun
2209c0ea76
README & API.md: minor edits 2017-10-23 11:46:08 -04:00
David Braun
9c18fc7055
from and of: Return read-only channels. 2017-10-22 13:04:54 -04:00
David Braun
8088d7e096
from: Support 'mapfn'. 2017-10-22 02:59:29 -04:00