All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.0 (2023-07-29)
- option in bundle to add extra declarations (0872e6b)
- copy: more straightforward and reliable way to prevent copy overwriting (1cd622f)
- stop showing warning for references to globalThis which has no declaration (f67bed7)
- typings break with new typescript version (7f0f774)
- update tsconfig interface (fedd99e)
2.2.1 (2020-04-19)
- bundle: infinite loop due to circular reference (3ca2cb8)
2.2.0 (2020-04-04)
- bundle globals and external library augmentations with options to switch off (644784e)
2.1.1 (2020-02-16)
- bundle: properly hide non exported declarations (ec1a760)
2.1.0 (2019-11-27)
- bundle: global name conflicts are more accurately handled (fd2935b)
- accept absolute path in bundle entrypoint (ad19633)
- copy options takes previous exclude pattern into account (a1c8f07)
- overwrite protection in copy option did not work without listEmittedFiles (a1f07b3)
- throw on errors and failures instead of just logging (ac1c876)
- use colors in logs only if the output is TTY (1b43895)
2.0.3 (2019-10-13)
2.0.2 (2019-08-15)
- do not copy declarationDir into outDir (06de1a1)
2.0.1 (2019-08-06)
- outDir was recursively copied into itself (4b9550c)
2.0.0 (2019-07-26)
- use pretty compiler option for diagnostics (3c8db99)
- betterDiagnostics option has been removed
1.3.0 (2019-07-26)
- pause on windows after cleaning to help with file handles (584c0c3)
- show some colors in logs (06d8bbd)
- copy non typescript files to outdir (332f0f0)
1.2.2 (2019-07-22)
- compiler list files options (pre-compile and emitted) (e882ef8)
- protect parents of rootDir in clean option (c7131f5)
1.2.1 (2019-07-21)
- use compiler options from tsconfig.json schema, not ts module (c651fcc)
1.2.0 (2019-07-20)
- correctly assign compiler options with the right interfaces from ts module (5e09382)
- clean option is protected against deleting sensitive folders (cba911d)
1.1.0 (2019-07-17)
- option to recursively clean files and folders before emitting (9d406b8)
- program creation, files emitting, diagnostics logging and formatting (a27dc50)