Skip to content

Latest commit

 

History

History
99 lines (49 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

99 lines (49 loc) · 3.15 KB

5.0.0 (2018-10-20)

Tests

  • update tests to deal with oclif parsing strictness (1096cb7)

BREAKING CHANGES

  • positional arguments must come before flags apparently due to a change in the oclif parser

4.2.1 (2018-05-02)

Bug Fixes

  • deps: use correct relative paths for file: deps (196be86), closes #152

4.2.0 (2018-05-02)

Bug Fixes

  • all: use debug correctly (4d1ad56)

Features

4.1.3 (2018-05-01)

Bug Fixes

  • tooling: use sem-rel context for release phase (d31cd00), closes #140

4.1.2 (2018-04-26)

Bug Fixes

  • dependencies: move tslib to normal dep (1eaac43)

4.1.1 (2018-04-24)

Bug Fixes

  • run: inject -- only when appropriate (036cba7), closes #120

4.1.0 (2018-04-21)

Features

  • run: support arbitrary arguments (a1dcce7), closes #82

4.0.1 (2018-04-18)

Bug Fixes

  • ci: empty commit to retrigger semrel (10f5b44)

4.0.0 (2018-04-18)

Bug Fixes

  • bin: identify bin file correctly (e3342a2)
  • exec: remove strict=false (05b8854)
  • oclif: restore support for use local version (20c9412)

Code Refactoring

  • all: start migrating to oclif (a30755b)

Documentation

  • readme: remove old docs (52e58a2)

BREAKING CHANGES

  • readme: this documents how things work now that we've moved to oclif
  • all: this begins a series of commits that break everything