Releases: nevware21/ts-build-tools
Releases · nevware21/ts-build-tools
0.1.4
Changelog
What's Changed
- Bump @rollup/plugin-commonjs from 25.0.8 to 28.0.1 in /lib/coverage-tools by @dependabot in #46
- Bump rollup from 3.29.5 to 4.27.3 in /lib/pre-proc by @dependabot in #43
- [Bug] Error message dumps entire script on error #48 by @nev21 in #49
- [Release] Increase version to 0.1.4 by @nev21 in #50
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
Changelog
- #37 [Bug] Update the default location of the package-groups.json
- Added support for auto locating the repo root when not specified
What's Changed
- [Bug] Update the default location of the package-groups.json #37 by @nev21 in #38
- [Release] Increase version to 0.1.2 by @nev21 in #39
Full Changelog: 0.1.1...0.1.2
0.1.1
0.1.0
ChangeLog
Initial release of all CLI tools as separate packages, this initial release is to primarily support the release process for the @nevware21 projects.
Package | Description | Details |
---|---|---|
@nevware21/ts‑preproc
|
A simple pre-processor which can be run against your TypeScript or JavaScript files using single line comments to comment out the code which does not "pass" the pre-processor directives. | |
@nevware21/publish‑npm
|
Simple tools for automating the publishing of packages to npm. | |
@nevware21/coverage‑tools
|
Tools for merging coverage reports. |
To date (v0.1.0) these tools have existed within the individual repo's (
@nevware21/ts-utils
;@nevware21/ts-async
;@nevware21/grunt-plugins
; and@nevware21/tripwire
) is various forms and mostly the same set of features. As individually released projects the code has been refactored to be more generic while still providing the same functionality. Moving forward these tools will be extended as required, including any community requests.