Releases: shannonmoeller/gulp-hb
Releases · shannonmoeller/gulp-hb
v6.0.0
v5.0.0
Features:
- Added
{{@file}}
property to always make file data available without data key collisions or having to../
up the context.
Breaking:
- Removed
file.data
flag entirely. File data will no longer be available via{{file}}
. Use new{{@file}}
property instead.
v4.0.1 – v4.0.3
Bugfixes:
- The
debug
flag was being passed down tonode-glob
resulting in extra debug noise. Debugging has been changed from a boolean flag to numeric levels:0
orfalse
: No debugging1
ortrue
: Outputgulp-hb
debug info.2
: Outputgulp-hb
andnode-glob
debug info.
v4.0.0
Breaking:
- Version 3 switched the
cwd
default fromprocess.cwd()
to__dirname
. This change has been reverted andcwd
will once again default toprocess.cwd()
.
v3.2.1
v3.2.0
Merge branch 'master' of github.com:shannonmoeller/gulp-hb
v3.1.2
3.1.2
v3.1.1
3.1.1
v3.1.0
Merge branch 'v3'
v3.0.1
3.0.1