Skip to content

Latest commit

 

History

History
161 lines (69 loc) · 5.99 KB

CHANGELOG.md

File metadata and controls

161 lines (69 loc) · 5.99 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2023-07-29)

Features

  • option in bundle to add extra declarations (0872e6b)

Bug Fixes

  • 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)

Bug Fixes

  • bundle: infinite loop due to circular reference (3ca2cb8)

2.2.0 (2020-04-04)

Features

  • bundle globals and external library augmentations with options to switch off (644784e)

2.1.1 (2020-02-16)

Bug Fixes

  • bundle: properly hide non exported declarations (ec1a760)

2.1.0 (2019-11-27)

Features

  • expose custom compiler host option (209470b)
  • option to bundle declaration files (35b6fd9)

Bug Fixes

  • 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)

Bug Fixes

  • expose interfaces (b3d550d)
  • increase pause on windows platform after clean (150813b)

2.0.2 (2019-08-15)

Bug Fixes

  • do not copy declarationDir into outDir (06de1a1)

2.0.1 (2019-08-06)

Bug Fixes

  • outDir was recursively copied into itself (4b9550c)

2.0.0 (2019-07-26)

Bug Fixes

  • use pretty compiler option for diagnostics (3c8db99)

BREAKING CHANGES

  • betterDiagnostics option has been removed

1.3.0 (2019-07-26)

Bug Fixes

  • pause on windows after cleaning to help with file handles (584c0c3)
  • show some colors in logs (06d8bbd)

Features

  • copy non typescript files to outdir (332f0f0)

1.2.2 (2019-07-22)

Bug Fixes

  • compiler list files options (pre-compile and emitted) (e882ef8)
  • protect parents of rootDir in clean option (c7131f5)

1.2.1 (2019-07-21)

Bug Fixes

  • use compiler options from tsconfig.json schema, not ts module (c651fcc)

1.2.0 (2019-07-20)

Bug Fixes

  • correctly assign compiler options with the right interfaces from ts module (5e09382)

Features

  • clean option is protected against deleting sensitive folders (cba911d)

1.1.0 (2019-07-17)

Features

  • option to recursively clean files and folders before emitting (9d406b8)

1.0.0 (2019-07-17)

Features

  • program creation, files emitting, diagnostics logging and formatting (a27dc50)