Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

55 lines (26 loc) · 2.37 KB

Changelog

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

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)