Skip to content

Releases: shannonmoeller/gulp-hb

v6.0.0

26 Jan 15:13
Compare
Choose a tag to compare

BREAKING CHANGE: This commit updates the handlebars-wax module to v5. This major version update changes the meaning of @root back to the original Handlebars meaning and introduces @global and @local. This means that accessing global data in templates should be changed from:

{{foo}}
{{@root.foo}}

to:

{{foo}}
{{@global.foo}}

v5.0.0

09 Mar 15:18
Compare
Choose a tag to compare

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

19 Feb 16:27
Compare
Choose a tag to compare

Bugfixes:

  • The debug flag was being passed down to node-glob resulting in extra debug noise. Debugging has been changed from a boolean flag to numeric levels:
    • 0 or false: No debugging
    • 1 or true: Output gulp-hb debug info.
    • 2: Output gulp-hb and node-glob debug info.

v4.0.0

18 Feb 20:41
Compare
Choose a tag to compare

Breaking:

  • Version 3 switched the cwd default from process.cwd() to __dirname. This change has been reverted and cwd will once again default to process.cwd().

v3.2.1

18 Feb 20:41
Compare
Choose a tag to compare

Bugfixes:

  • Many. See #31 for all of the gory details.

v3.2.0

18 Feb 20:42
Compare
Choose a tag to compare
v3.2.0 Pre-release
Pre-release
Merge branch 'master' of github.com:shannonmoeller/gulp-hb

v3.1.2

18 Feb 20:45
Compare
Choose a tag to compare
v3.1.2 Pre-release
Pre-release
3.1.2

v3.1.1

18 Feb 20:45
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release
3.1.1

v3.1.0

18 Feb 20:45
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release
Merge branch 'v3'

v3.0.1

18 Feb 20:46
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release
3.0.1