Skip to content

Releases: nevware21/ts-build-tools

0.1.4

19 Nov 08:13
cf78bd8
Compare
Choose a tag to compare

Changelog

  • #48 [Bug] Error message dumps entire script on error #48 #49

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

18 Nov 04:07
a9789a1
Compare
Choose a tag to compare

Changelog

  • #40 [Bug] publish-npm with no config file #40 #41

What's Changed

  • [Bug] publish-npm with no config file #40 by @nev21 in #41
  • [Release] Increase version to 0.1.3 by @nev21 in #42

Full Changelog: 0.1.2...0.1.3

0.1.2

18 Nov 00:42
ea09f11
Compare
Choose a tag to compare

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

17 Nov 06:18
e4e6a09
Compare
Choose a tag to compare

Changelog

  • #34 [Bug] The bin files are not created correctly on install #34 #35

What's Changed

  • [Bug] The bin files are not created correctly on install #34 by @nev21 in #35
  • [Release] Increase version to 0.1.1 by @nev21 in #36

Full Changelog: 0.1.0...0.1.1

0.1.0

17 Nov 03:32
eb5b024
Compare
Choose a tag to compare

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
  • ts‑preproc
  • ts‑preproc‑restore
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. npm version downloads downloads
@nevware21/publish‑npm
  • publish‑npm
Simple tools for automating the publishing of packages to npm. npm version downloads downloads
@nevware21/coverage‑tools
  • merge‑coverage
Tools for merging coverage reports. npm version downloads downloads

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.