Skip to content

Latest commit

 

History

History
76 lines (35 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

76 lines (35 loc) · 3.37 KB

Changelog

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

0.1.9 (2023-07-20)

Features

  • Ignore projects where emitting is disabled (#15) (a385078)

0.1.8 (2023-05-07)

Bug Fixes

  • Update package dependencies, fix vulnerabilities, and remove pify (#12) (7845d7d)

0.1.7 (2022-12-14)

Bug Fixes

  • Enforce LF line endings in the package dist files (b1fb59d), closes #7

0.1.6 (2022-07-20)

Bug Fixes

  • Handle binary files correctly (0fca3ab)

0.1.5 (2021-10-11)

Bug Fixes

  • Exit with code 1 on unhandled rejections (b8dd583)
  • Provide fallback if tsconfig exclude array is undefined (7670483)
  • Re-throw errors in watch_files/copy_files processes (af01dad)

0.1.4 (2021-09-09)

Features

  • Ignore files that are listed in the tsconfig exclude array (e95833d)

0.1.3 (2021-08-26)

Bug Fixes

  • Windows backslash-issue in get_target_path() (2da4758)

0.1.2 (2021-06-14)

Bug Fixes

  • Version bump after accidentally published v0.1.1 (fa9b4fd)

0.1.1 (2021-06-14)

Features

  • Advanced loader rule conditions (311c9ae)
  • Basic loader functionality (2b90d96)

0.1.0 (2021-03-29)

Features

  • Basic functionality ready (575ff27)