Commit graph

103 commits

Author SHA1 Message Date
dependabot[bot]
99aa68c7b5
Bump js-yaml from 3.12.2 to 3.14.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.14.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-06 21:45:29 +00:00
David Braun
b10de33b37
Merge pull request #5 from NodeGuy/dependabot/npm_and_yarn/acorn-6.4.2
Bump acorn from 6.1.1 to 6.4.2
2021-02-06 15:44:54 -06:00
David Braun
7f43c75b5d
Merge pull request #7 from NodeGuy/dependabot/npm_and_yarn/tree-kill-1.2.2
Bump tree-kill from 1.2.1 to 1.2.2
2021-02-06 15:44:36 -06:00
David Braun
257f1e9f76
Merge pull request #8 from NodeGuy/dependabot/npm_and_yarn/lodash-4.17.20
Bump lodash from 4.17.11 to 4.17.20
2021-02-06 15:44:05 -06:00
dependabot[bot]
f247fea0e8
Bump lodash from 4.17.11 to 4.17.20
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 21:14:33 +00:00
dependabot[bot]
fe45945e7a
Bump tree-kill from 1.2.1 to 1.2.2
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/pkrumins/node-tree-kill/releases)
- [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 21:14:26 +00:00
dependabot[bot]
3499bbe2ae
Bump acorn from 6.1.1 to 6.4.2
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.2.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 21:14:23 +00:00
David Braun
e9023771cc v0.6.6 2019-04-07 11:52:52 -04:00
David Braun
00b7b0eb29
Refactor isChannel. 2019-04-06 10:00:11 -04:00
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