This repository was archived by the owner on May 18, 2022. It is now read-only.
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.