This repository was archived by the owner on May 18, 2022. It is now read-only.
Releases: pjbatista/ts-merge
Releases · pjbatista/ts-merge
Version 0.4.2
Version 0.4.1
Fixed v0.4.0 bug with the binary file.
- Unit testing overhaul:
- Renamed all test case descriptions;
- Added specific tests for "utils";
- Added specific tests for "stream".
DtsProcessorandJsProcessor:- Added support for
outDir; - Post-processing file normalization.
- Added support for
FileWorker:- Added constructor overrides (accepting options);
- Added
fileCount; - Fixed an import multi-callback leak from
addGlobPatterns; - Created
addGlobPatternsSyncand moved internal usages to it;
- Added stream alias to streamFunction;
- Improved help text for exported members;
- Added documentation link to README;
- Removed
Timerin favor of timecount; - Changed documentation index to the new file API.md.
Version 0.3
A much more stable release and first candidate for version 1.0 (RC1).
Version 0.2 (First release)
ts-merge first usable release, with full documentation, and all options and unit tests coded.