Releases: robwierzbowski/grunt-build-control
Releases · robwierzbowski/grunt-build-control
v0.7.0
Added:
- New option for suppressing
git fetch
output #79
v0.6.3
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
Fix:
git diff
outputs errors through grunt #73
- tests: changed a few to promises
- tests: increased timeouts
- readme typo #72
v0.6.1
Fix
- #71 Ensure feature branches are displayed correctly in %sourceBranch%
v0.6.0
NEW:
- Elastic Beanstalk deploy: #69 #68
Updated:
- Travis to test on more node versions
- Added http.sslVerify test.
v0.4.0
New:
Fixes:
- grunt throwing "too many file errors"
git config
New:
- added git config options #56
v0.2.2
Fixes:
Use options.branch
for default value of options.remoteBranch
while checking remote branch existence. #52
v0.2.1
Fixes:
- Stream progress of
git fetch
#51 #40
v0.2.0
New:
- will ensure branch exists if remote is set to
../
#43
- ability to push to a different remote branch #39
Fixes: