Commit Graph

152 Commits

Author SHA1 Message Date
Lewis Diamond
38bb853181 Set version to 0.5.0, diverge from Mhysa's versioning 2020-08-03 18:56:44 -04:00
Lewis Diamond
87c44de799 Default to an objectMode: true instance but allow creating other instances with other defaults 2020-08-03 18:54:40 -04:00
Lewis Diamond
4aac05c9c0 Adding some partial documentation. Fixing batching timeout 2020-07-31 23:32:26 -04:00
Lewis Diamond
caaabf4427 Make the package name stromjs because strom is taken 2020-07-31 22:17:57 -04:00
Lewis Diamond
1c02cb5aea No need to create an array to call concat 2020-07-12 18:52:21 -04:00
Lewis Diamond
12cbddf7e0 Update README 2020-07-09 12:51:08 -04:00
Lewis Diamond
2e5a6dbcc8 update samples 2020-07-04 11:06:41 -04:00
Lewis Diamond
e6fb55eb1a ObjectMode is now true by default 2020-07-04 10:58:08 -04:00
Lewis Diamond
74ce415118 Update tests make export a bit nicer 2020-07-04 10:43:52 -04:00
Lewis Diamond
1675b18d5b add prepare script 2020-07-04 00:15:11 -04:00
Lewis Diamond
ca6f36d19a Quick rename 2020-07-04 00:08:31 -04:00
Jerry Kurian
db783805ad
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
71b03678ba
Add chunk to constructor (#5)
* Add chunk to constructor

* Add test

* Bump version
2020-04-27 12:25:36 -04:00
Lewis Diamond
f661f9be6b Export DemuxOptions is necessary for publishing 2020-03-02 10:17:41 -05:00
Lewis Diamond
ed73bd2887 Adding collected 2020-03-02 10:09:46 -05:00
Lewis Diamond
2841f4e182
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
12efbec698 Update tests 2020-01-28 09:48:29 -05:00
Jerry Kurian
ce2bb55b24 Emit correct event 2020-01-27 16:10:00 -05:00
Jerry Kurian
2bbc5c9e0f types 2020-01-27 13:11:51 -05:00
Jerry Kurian
8856cb8d3b Update demux 2020-01-27 13:07:37 -05:00
Jerry Kurian
2b1308a605 use fromArray 2020-01-27 09:29:59 -05:00
Jerry Kurian
11ed6f81e7 remove console log 2020-01-26 10:43:33 -05:00
Jerry Kurian
cf719b25cf Fix broken test 2020-01-26 10:37:59 -05:00
Jerry Kurian
9c09957775 Add test for remux 2020-01-26 10:26:54 -05:00
Jerry Kurian
bff4e0d6ed Add remux options 2020-01-26 09:55:35 -05:00
Jerry Kurian
bd178ce2f0 Revert to old 2020-01-25 12:36:38 -05:00
Jerry Kurian
1227ce7095 Allow demux to be piped (mux) 2020-01-25 12:33:09 -05:00
Lewis Diamond
179d526c6c 2.0.0-alpha.1 2019-12-06 17:14:39 -05:00
Lewis Diamond
4b806c4d4e Fix a few thing with compose 2019-12-06 16:38:52 -05:00
Lewis Diamond
ff2b652ddf
Merge pull request #3 from Jogogoplay/feature/ObjectModeByConfig
DefaultOptions implemented as module factory
2019-12-02 16:27:01 -05:00
Lewis Diamond
107bc17bd4 Remove useless generic on accumulator 2019-12-02 16:23:09 -05:00
Lewis Diamond
1b3be03db3 Add vim merge files to .gitignore 2019-12-02 16:21:12 -05:00
Lewis Diamond
fddaa03300 Join should use UTF-8 Encoding 2019-12-02 16:18:24 -05:00
Lewis Diamond
57645c68da Removed console log 2019-12-02 16:17:27 -05:00
Lewis Diamond
a45a144854 Removed useless interface in split 2019-12-02 16:16:43 -05:00
Lewis Diamond
7ab8541cf6 Removed useless params in unbatch 2019-12-02 16:14:32 -05:00
Lewis Diamond
a85054fd82 DefaultOptions implemented as module factory 2019-12-02 16:05:27 -05:00
Jerry Kurian
c690185ab7 Update demux 2019-11-27 16:55:13 -05:00
Jerry Kurian
9b31479406 10% error for compose 2019-11-01 10:10:46 -04:00
Jerry Kurian
298a8b328d Clone buffer before push 2019-11-01 10:09:13 -04:00
Jerry Kurian
1794910b64 Package version 2019-10-08 11:11:46 -04:00
Lewis Diamond
e08558ca88
Merge pull request #2 from Jogogoplay/feature/accumulator
batch,  unbatch, rate, parallel, accumulator with rolling / sliding windows, demultiplexer
2019-10-08 09:45:26 -04:00
Jerry Kurian
ac21fb7ea6 Update package json 2019-09-26 14:31:23 -04:00
Jerry Kurian
9e14d8c044 Update package json 2019-09-26 14:11:17 -04:00
Jerry Kurian
4f80d44ed8 Improve test 2019-09-26 10:36:36 -04:00
Jerry Kurian
b8bd69eb01 Split rate tests 2019-09-26 09:53:15 -04:00
Jerry Kurian
f6e3a03eb7 Add TODO 2019-09-26 09:44:42 -04:00
Jerry Kurian
f177f95f52 Remove logs 2019-09-26 09:24:58 -04:00
Jerry Kurian
a11aa10d16 Clean up 2019-09-26 09:23:09 -04:00
Jerry Kurian
70edee51c4 Update interface 2019-09-13 08:57:19 -04:00