Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Releases: robwierzbowski/grunt-build-control

v0.7.0

16 Apr 15:09
Compare
Choose a tag to compare

Added:

  • New option for suppressing git fetch output #79

v0.6.3

23 Feb 03:40
Compare
Choose a tag to compare

Added:

  • Support for grunt v1 #76
  • Support for more versions of node iojs-v3.3, v4.2, v4.3, v5.6 #77

v0.6.2

14 Dec 10:08
Compare
Choose a tag to compare

Fix:

  • git diff outputs errors through grunt #73
  • tests: changed a few to promises
  • tests: increased timeouts
  • readme typo #72

v0.6.1

09 Oct 00:23
Compare
Choose a tag to compare

Fix

  • #71 Ensure feature branches are displayed correctly in %sourceBranch%

v0.6.0

06 Sep 22:11
Compare
Choose a tag to compare

NEW:

  • Elastic Beanstalk deploy: #69 #68

Updated:

  • Travis to test on more node versions
  • Added http.sslVerify test.

v0.4.0

11 Apr 07:07
Compare
Choose a tag to compare

New:

  • force option. #57

Fixes:

  • grunt throwing "too many file errors"

git config

28 Jan 09:36
Compare
Choose a tag to compare

New:

  • added git config options #56

v0.2.2

04 Dec 19:26
Compare
Choose a tag to compare

Fixes:
Use options.branch for default value of options.remoteBranch while checking remote branch existence. #52

v0.2.1

04 Dec 00:41
Compare
Choose a tag to compare

Fixes:

  • Stream progress of git fetch #51 #40

v0.2.0

01 Dec 23:00
Compare
Choose a tag to compare

New:

  • will ensure branch exists if remote is set to ../ #43
  • ability to push to a different remote branch #39

Fixes: