Skip to content

Releases: enriquecaballero/branchsite

v4.0.3

07 Feb 15:37
Compare
Choose a tag to compare

4.0.3 (2018-02-07)

Bug Fixes

  • package: update execa to version 0.9.0 (#44) (a331203)

v4.0.2

08 Aug 02:43
Compare
Choose a tag to compare

4.0.2 (2017-08-08)

Bug Fixes

  • package: update execa to version 0.8.0 (#31) (0e6cb425)

v4.0.1

22 Jul 02:56
Compare
Choose a tag to compare

4.0.1 (2017-07-22)

Bug Fixes

  • package: update caporal to version 0.7.0 (#30) (010caff1)

v4.0.0

29 Jun 15:21
Compare
Choose a tag to compare

4.0.0 (2017-06-29)

Bug Fixes

  • Properly hooked up the --no-publish flag (9dd16d00)

Features

  • --hook is now required to build static assets (1fd1891e)
  • New --skip-install flag available; skips deleting and reinstalling node_modules (39a01225)

Breaking Changes

  • --hook will no longer carry a default (previously
    build), it is now required you pass in your own hook for branchsite to
    build the static assets. This fits the use case for those developers
    that have already built static assets and just want to use branchsite to
    publish them.

(1fd1891e)

v3.0.0

22 Jun 20:57
Compare
Choose a tag to compare

3.0.0 (2017-06-22)

Features

  • Overhauled the entire task system, moving away from the git subtree convention (035851ec)
  • program: New args available, others removed (104c94d0)

Breaking Changes

  • Because the entire task system was overhauled to
    leverage the new shell commands, some args became irrelevant: --yarn,
    --commit, --stage, --no-push, --hook, --remote. Refer to
    documentation or -h for accurate information regarding available args.

(104c94d0)

v2.0.0

22 Jun 19:42
Compare
Choose a tag to compare

2.0.0 (2017-06-22)

Features

  • Overhauled the entire task system, moving away from the git subtree convention (b35f7ed6)
  • program: New args available, others removed (fdfd2e75)

Breaking Changes

  • Because the entire task system was overhauled to
    leverage the new shell commands, some args became irrelevant: --yarn,
    --commit, --stage, --no-push, --hook, --remote. Refer to
    documentation or -h for accurate information regarding available args.

(fdfd2e75)

v1.5.2

15 Jun 01:17
Compare
Choose a tag to compare

1.5.2 (2017-06-15)

Bug Fixes

  • package: update execa to version 0.7.0 (#21) (5fb9faf1)

v1.5.1

30 May 17:24
Compare
Choose a tag to compare

1.5.1 (2017-05-30)

Bug Fixes

  • package: update caporal to version 0.6.0 (#20) (acc7bf0d)

v1.5.0

25 May 04:38
Compare
Choose a tag to compare

1.5.0 (2017-05-25)

Features

  • Replaced commander with caporal (f58b58dd, closes #16)

v1.4.1

24 May 02:59
Compare
Choose a tag to compare

1.4.1 (2017-05-24)

Bug Fixes

  • --stage arg is now properly available in the help prompt (6e847500)