Commit Graph

165 Commits

Author SHA1 Message Date
c7a7410e41 README improvements 2022-04-30 11:12:35 -04:00
40f6c0e645 rename split for lint 2022-03-19 23:30:36 -04:00
Lewis Diamond
b53a723851
Upgrade all packages and use latest nodejs version (#2)
Ava removed `test.cb` so we must wrap all .cb tests with promises.
Skipped tests were made for pipelines that continue functioning after
errors, this is not the default nodejs behavior and we still don't have
that feature available so testing the default behavior makes more sense
for now.

Adding github workflow
2022-03-19 20:55:29 -04:00
Lewis Diamond
fd206a6c3f
Merge pull request #1 from agirorn/improve-readme
List the API in the top of the README
2021-08-11 18:44:21 -04:00
Ægir Örn Símonarson
0550ffca7b List the API in the top of the README
This is done so that new users can get a better overview of the API at
a single glance and move faster around the AP.
2021-08-11 17:05:09 +00:00
8a4495532a lint 2021-02-05 22:53:29 -05:00
d86ca7113a 0.5.2 - Use NodeJS 15 2021-02-05 22:50:03 -05:00
4b6c31b9c1 Fix tests for Node 15 2021-02-05 22:31:16 -05:00
0e703d0778 set repo to github 2021-02-05 20:13:45 -05:00
227653702f Update package to use itself in dev, update samples 2020-08-05 19:08:13 -04:00
e968118a3b Merge branch 'dev' into master 2020-08-05 10:42:33 -04:00
997e91cf19 Update readme 2020-08-05 10:41:23 -04:00
4d5430900a Set version to 0.5.0, diverge from Mhysa's versioning 2020-08-03 18:56:44 -04:00
9008e5e06a Default to an objectMode: true instance but allow creating other instances with other defaults 2020-08-03 18:54:40 -04:00
6699a8f93e update pkg name 2020-08-01 22:09:00 -04:00
620237cec8 Adding some partial documentation. Fixing batching timeout 2020-07-31 23:32:26 -04:00
6b5a927715 Make the package name stromjs because strom is taken 2020-07-31 22:17:57 -04:00
f12bf5a3c6 No need to create an array to call concat 2020-07-12 18:52:21 -04:00
1cfd6f459c Update README 2020-07-09 12:51:08 -04:00
c9246dace2 update samples 2020-07-04 11:06:41 -04:00
40c0c7407b ObjectMode is now true by default 2020-07-04 10:58:08 -04:00
3259f56174 Update tests make export a bit nicer 2020-07-04 10:43:52 -04:00
150c42d965 add prepare script 2020-07-04 00:15:11 -04:00
dea01d38e4 Quick rename 2020-07-04 00:08:31 -04:00
Jerry Kurian
c9aaaa5d97 Arrays of pipelines by key (#7)
* Demux handles arrays by key

* Rename construct

* version

* Minor changes to types
2020-05-12 09:44:11 -04:00
Jerry Kurian
caf55157c6 Add chunk to constructor (#5)
* Add chunk to constructor

* Add test

* Bump version
2020-04-27 12:25:36 -04:00
1975c77368 Export DemuxOptions is necessary for publishing 2020-03-02 10:17:41 -05:00
ff5ce42253 Adding collected 2020-03-02 10:09:46 -05:00
Lewis Diamond
354ecb3850 Merge pull request #4 from Jogogoplay/feature/demux-pipe
Allow demux to be piped ie muxed
2020-02-28 17:23:59 -05:00
Jerry Kurian
d58f65b043 Update tests 2020-01-28 09:48:29 -05:00
Jerry Kurian
2bb2f52a0b Emit correct event 2020-01-27 16:10:00 -05:00
Jerry Kurian
633f78db6b types 2020-01-27 13:11:51 -05:00
Jerry Kurian
c830fafcbe Update demux 2020-01-27 13:07:37 -05:00
Jerry Kurian
dfb194c495 use fromArray 2020-01-27 09:29:59 -05:00
Jerry Kurian
094ca61704 remove console log 2020-01-26 10:43:33 -05:00
Jerry Kurian
d3ba13765a Fix broken test 2020-01-26 10:37:59 -05:00
Jerry Kurian
fb127b2fc2 Add test for remux 2020-01-26 10:26:54 -05:00
Jerry Kurian
7e71d954dd Add remux options 2020-01-26 09:55:35 -05:00
Jerry Kurian
87dc211160 Revert to old 2020-01-25 12:36:38 -05:00
Jerry Kurian
7968b1882b Allow demux to be piped (mux) 2020-01-25 12:33:09 -05:00
d4a8be1315 2.0.0-alpha.1 2019-12-06 17:14:39 -05:00
90ed5f360a Fix a few thing with compose 2019-12-06 16:38:52 -05:00
Lewis Diamond
25d702c3e2 Merge pull request #3 from Jogogoplay/feature/ObjectModeByConfig
DefaultOptions implemented as module factory
2019-12-02 16:27:01 -05:00
18b5c1a4af Remove useless generic on accumulator 2019-12-02 16:23:09 -05:00
75712c23ff Add vim merge files to .gitignore 2019-12-02 16:21:12 -05:00
2a69f68c78 Join should use UTF-8 Encoding 2019-12-02 16:18:24 -05:00
bd525793d3 Removed console log 2019-12-02 16:17:27 -05:00
676a3f45bc Removed useless interface in split 2019-12-02 16:16:43 -05:00
df2a660fe9 Removed useless params in unbatch 2019-12-02 16:14:32 -05:00
4500501416 DefaultOptions implemented as module factory 2019-12-02 16:05:27 -05:00