Skip to content

Releases: lazd/gulp-handlebars

5.0.2

12 Feb 20:46
Compare
Choose a tag to compare
  • gulp-util deprecation #90
  • Fix Windows compatibility issues #93
  • Fix missing filename bug #91

5.0.0

02 Jan 17:11
Compare
Choose a tag to compare
  • Use handlebars 4 by default
  • Remove usage of gulp-util
  • Update examples to work with gulp 4
  • Update dependencies

4.0.0

03 Mar 19:27
Compare
Choose a tag to compare
  • Update to Handlebars 3.0.0, closes #48
  • Update dependencies
  • Fix tests to work with 3.0.0
  • Rename all handlebars3 examples to handlebars2

3.0.1

17 Sep 15:17
Compare
Choose a tag to compare
  • Include fileName in created PluginError for easier debugging, closes #33

3.0.0

16 Sep 16:10
Compare
Choose a tag to compare
  • Use Handlebars 2.0.0 by default, closes #35 for folks who haven't read the docs
  • Added example for compiling against Handlebars 1.x

2.2.0

15 Aug 20:32
Compare
Choose a tag to compare
  • Added options.processAST
  • Added options.handlebars
  • Update dependencies
  • Numerous documentation updates

Big thanks to @anru!

2.1.0

26 Apr 07:32
Compare
Choose a tag to compare

Handlebars 1.3, caret instead of tilde to catch minor version updates.

2.0.0

13 Mar 17:26
Compare
Choose a tag to compare
  • Move to gulp-define-module for module definition
  • Drop support for wrapped option (done via gulp-define-module)