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

Releases: pjbatista/ts-merge

Version 0.4.2

19 Oct 00:44

Choose a tag to compare

  • Updated a few timecount references;
  • Changed typedoc theme to "minimal";
  • Fixed typos and references in documentation.

Version 0.4.1

17 Oct 01:04

Choose a tag to compare

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.

Version 0.3

16 Oct 16:12

Choose a tag to compare

A much more stable release and first candidate for version 1.0 (RC1).

Version 0.2 (First release)

22 Sep 20:16

Choose a tag to compare

ts-merge first usable release, with full documentation, and all options and unit tests coded.