Skip to content

Releases: xing/canarist

v1.1.2

13 Feb 15:21
03cd1d7
Compare
Choose a tag to compare

1.1.2 (2019-02-13)

Bug Fixes

  • log errors in extra line (03cd1d7)

v1.1.1

13 Feb 12:01
14614a2
Compare
Choose a tag to compare

1.1.1 (2019-02-13)

Bug Fixes

  • do not set branch default to be able to clone current HEAD (14614a2)

v1.1.0

13 Feb 10:36
165c191
Compare
Choose a tag to compare

1.1.0 (2019-02-13)

Bug Fixes

  • pass correct cwd to normalizeWorkspaces (fcf3450)

Features

  • add more (debug) output (165c191)
  • support non-workspace repositories too (1ebaf45)
  • use parent's stdio for cloning of git repositories (bbb44ff)

v1.0.4

12 Feb 15:05
72aa430
Compare
Choose a tag to compare

1.0.4 (2019-02-12)

Bug Fixes

  • use execSync to support shell variable support in arguments (72aa430)

v1.0.3

12 Feb 09:54
08d496b
Compare
Choose a tag to compare

1.0.3 (2019-02-12)

Bug Fixes

  • do not treat boolean commands as undefined (08d496b)

v1.0.2

11 Feb 16:47
d75212f
Compare
Choose a tag to compare

1.0.2 (2019-02-11)

Bug Fixes

  • fail with exit code != 0 when tests fail (74e6ea2)
  • normalize commands to correct type (d75212f)
  • protect against input not being an object (c64bf7e)