Releases: a7ul/esbuild-node-tsc
Releases · a7ul/esbuild-node-tsc
v2.0.5
What's Changed
- add git repo info into package.json by @beenotung in #55
- Upgrade dependencies by @a7ul in #57
New Contributors
- @beenotung made their first contribution in #55
Full Changelog: v2.0.3...v2.0.5
v2.0.3
v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
Give preference to esbuild options over tsc
v2.0.0
Full Changelog: v1.8.9...v2.0.0
Removes cpy and rimraf as dependencies
Exposes prebuild and postbuild hooks instead
See https://github.com/a7ul/esbuild-node-tsc/tree/v2.0.0#v20-migration-and-breaking-changes-
v1.8.9
v1.8.8
Full Changelog: v1.8.7...v1.8.8
Change to esm only build for upgrading cpy
v1.8.7
What's Changed
- Update cpy to next major 9.x by @fredericbarthelet in #46
Full Changelog: v1.8.6...v1.8.7
v1.8.6
What's Changed
- Show config errors at all times by @eliraz-refael in #42
- Fix: Copy assets with proper parents directory structure by @itereshchenkov in #44
New Contributors
- @eliraz-refael made their first contribution in #42
- @itereshchenkov made their first contribution in #44
Full Changelog: v1.8.5...v1.8.6
v1.8.5
Full Changelog: v1.8.4...v1.8.5
Adds help text for cli
and run rimraf only if --clean
is specified