Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Version 0.4.1

Choose a tag to compare

@pjbatista pjbatista released this 17 Oct 01:04
· 3 commits to master since this release

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".
  • DtsProcessor and JsProcessor:
    • Added support for outDir;
    • Post-processing file normalization.
  • FileWorker:
    • Added constructor overrides (accepting options);
    • Added fileCount;
    • Fixed an import multi-callback leak from addGlobPatterns;
    • Created addGlobPatternsSync and moved internal usages to it;
  • Added stream alias to streamFunction;
  • Improved help text for exported members;
  • Added documentation link to README;
  • Removed Timer in favor of timecount;
  • Changed documentation index to the new file API.md.