UNPKG

typescript-cp

Version:
77 lines (35 loc) 3.45 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.1.9](https://github.com/body-builder/typescript-cp/compare/v0.1.8...v0.1.9) (2023-07-20) ### Features * Ignore projects where emitting is disabled ([#15](https://github.com/body-builder/typescript-cp/issues/15)) ([a385078](https://github.com/body-builder/typescript-cp/commit/a38507884110fb07e2f3753df3013ca9f0abfce3)) ### [0.1.8](https://github.com/body-builder/typescript-cp/compare/v0.1.7...v0.1.8) (2023-05-07) ### Bug Fixes * Update package dependencies, fix vulnerabilities, and remove pify ([#12](https://github.com/body-builder/typescript-cp/issues/12)) ([7845d7d](https://github.com/body-builder/typescript-cp/commit/7845d7d3108391ee466109f4e3b70276a382fbbf)) ### [0.1.7](https://github.com/body-builder/typescript-cp/compare/v0.1.6...v0.1.7) (2022-12-14) ### Bug Fixes * Enforce LF line endings in the package dist files ([b1fb59d](https://github.com/body-builder/typescript-cp/commit/b1fb59d242b42f2c16ecd2a31cb59279ada61e09)), closes [#7](https://github.com/body-builder/typescript-cp/issues/7) ### [0.1.6](https://github.com/body-builder/typescript-cp/compare/v0.1.5...v0.1.6) (2022-07-20) ### Bug Fixes * Handle binary files correctly ([0fca3ab](https://github.com/body-builder/typescript-cp/commit/0fca3ab1071ec1c46bcd77e5fe4b6a79a6687417)) ### [0.1.5](https://github.com/body-builder/typescript-cp/compare/v0.1.4...v0.1.5) (2021-10-11) ### Bug Fixes * Exit with code 1 on unhandled rejections ([b8dd583](https://github.com/body-builder/typescript-cp/commit/b8dd5830d4166bba602608f9693c92d0ee43ea25)) * Provide fallback if tsconfig exclude array is undefined ([7670483](https://github.com/body-builder/typescript-cp/commit/76704836e0c9603fbb88e24c09429e4d2d31df8b)) * Re-throw errors in `watch_files`/`copy_files` processes ([af01dad](https://github.com/body-builder/typescript-cp/commit/af01dada54f5814702eba0272a61b9a77644c163)) ### [0.1.4](https://github.com/body-builder/typescript-cp/compare/v0.1.3...v0.1.4) (2021-09-09) ### Features * Ignore files that are listed in the tsconfig `exclude` array ([e95833d](https://github.com/body-builder/typescript-cp/commit/e95833d52b94738c04c201c9aa1a8849c98cd5c7)) ### [0.1.3](https://github.com/body-builder/typescript-cp/compare/v0.1.2...v0.1.3) (2021-08-26) ### Bug Fixes * Windows backslash-issue in `get_target_path()` ([2da4758](https://github.com/body-builder/typescript-cp/commit/2da4758b1cf81282fdeb2389521982e12b9f77f1)) ### [0.1.2](https://github.com/body-builder/typescript-cp/compare/v0.1.1...v0.1.2) (2021-06-14) ### Bug Fixes * Version bump after accidentally published v0.1.1 ([fa9b4fd](https://github.com/body-builder/typescript-cp/commit/fa9b4fdc4860ebc4c9f311272487be7311249e0f)) ### [0.1.1](https://github.com/body-builder/typescript-cp/compare/v0.1.0...v0.1.1) (2021-06-14) ### Features * Advanced loader rule conditions ([311c9ae](https://github.com/body-builder/typescript-cp/commit/311c9ae761288ee12706b11978e584cc4960c23c)) * Basic loader functionality ([2b90d96](https://github.com/body-builder/typescript-cp/commit/2b90d964a29c1282dd2f333bbbda89975bbe06f2)) ### 0.1.0 (2021-03-29) ### Features * Basic functionality ready ([575ff27](https://github.com/body-builder/typescript-cp/commit/575ff27538e8f0907257ab2d6fab7ba34d1d643e))