Skip to content

Releases: google/gts

v0.4.1

26 Oct 01:49
Compare
Choose a tag to compare

This release fixes a problem where format errors were not properly reported by gts check.

Commits

  • cdc4c18 chore(package): update ava to version 0.23.0 (#66)
  • deca1b9 chore(package): update codecov to version 3.0.0 (#65)
  • d8789a4 fix: warn when clang-format fails (#62)

v0.4.0

27 Oct 05:37
Compare
Choose a tag to compare

Notable Changes

  • Support running certain verbs against individual commands (#61)
  • Minimize pollution in the package.json (#55)

Commits

  • e22a639 feat: support running gts on individual files. (#61)
  • c1555c6 chore(package): update source-map-support to version 0.5.0 (#59)
  • cc39ac4 chore(package): update @types/pify to version 3.0.0 (#58)
  • fbfe641 chore: improve coverage (#57)
  • 420804d chore: add codecov badge (#56)
  • b7dcccf fix: replace read-package-json with vanilla JSON.parse (#55)
  • 69db7ab chore: setup code-coverage (#53)

v0.3.1

27 Oct 05:34
Compare
Choose a tag to compare

This is a bugfix release with a single fix:

v0.3.0

27 Oct 05:33
Compare
Choose a tag to compare

Notable Changes

  • The module has been renamed to gts. (#47)
  • Changed default verbs: lint replaced with format that checks both (#43)

Commits

  • 138459e refactor: fix formatting
  • ce4246c fix: conditionally require lint, format (#49)
  • 5e3c3f2 chore(package): update @types/rimraf to version 2.0.2 (#50)
  • 2855a51 breaking: rename module (#47)
  • 388c498 test: add tests for clean (#46)
  • 15ebf5b refactor: add a basic logger abstraction (#45)
  • e368229 breaking: change default verbs + cleanup (#43)
  • 86359e5 test: improve system test (#44)
  • f447f3c chore(package): update @types/rimraf to version 2.0.1 (#42)
  • f3a17ff chore(package): update ava to version 0.22.0 (#41)

v0.2.0

14 Aug 17:18
Compare
Choose a tag to compare

Minor Changes

  • Fix: match Google internal tsconfig: #40

Patches

  • Chore(package): update @types/rimraf to version 2.0.0: #37
  • Feat: add format.ts: #36
  • Test: add fixture mechanism for unit testing: #38
  • Lint: start using tslint library api: #33

v0.1.2

08 Aug 01:12
Compare
Choose a tag to compare

Patches

  • Chore: add repo link to package.json: bdcc3f8
  • Fix: respect --dry-run: 99f833f
  • Clean up readme: #2
  • Chore: backoff from using commitlint: #8
  • Feat(lint): add gts lint command: #4
  • Chore: add .travis.yml: #11
  • Chore: lint self: #10
  • Feat: add gts fix command: #12
  • Fix: use local path to module: #9
  • Feat: add some chalk: #14
  • Feat: move root and out options to tsconfig: #13
  • Feat: add clean command: #15
  • Docs: add badges to the readme: #20
  • Test: set up basic test infra: #22
  • Refactor: move pifyd functions to util: #23
  • Fix: include tsconfig-google.json in npm package: #27
  • Test: add tests for tscfg: #28

v0.1.1

27 Oct 05:27
Compare
Choose a tag to compare

Bug Fixes

v0.1.0

27 Oct 05:26
Compare
Choose a tag to compare

Features