Skip to content

Releases: rogeriopvl/gulp-mustache

v5.0.0

06 Apr 16:00
Compare
Choose a tag to compare

Changelog

  • Update mustache to v.4.0.1.

v4.1.2

03 Aug 00:38
Compare
Choose a tag to compare

Changelog

  • Dependencies update

Version 4.1.1

22 Feb 11:37
Compare
Choose a tag to compare

Changelog

  • Updated dependencies

Version 4.1.0

10 Nov 17:31
Compare
Choose a tag to compare

Changelog

  • Fix new Buffer deprecation warning. Now using Buffer.from.
  • Updated through2 version 3.0.0

Version 4.0.0

17 Sep 22:28
Compare
Choose a tag to compare

Changelog

  • Update Mustache to version 3 (breaking changes might occur)
  • Update plugin-error

Version 3.0.1

30 Dec 18:39
Compare
Choose a tag to compare

Changelog

  • Remove gulp-util dependency to avoid errors in Gulp 4.

Version 3.0.0

27 Jun 13:36
Compare
Choose a tag to compare

Changelog

Regex escape custom tags

  • Custom tags are now regex escaped, no need to manually escape them (this is considering breaking change because if you previously escaped your custom tag manually, this update will break.)

Version 2.1.0

06 Dec 22:04
Compare
Choose a tag to compare

Changelog

  • Added option to pass custom mustache tags/delimiters

Version 2.0.2

06 Dec 22:05
Compare
Choose a tag to compare

Changelog

  • Fix exception when a partial is not found

Version 2.0.0

17 Oct 21:50
Compare
Choose a tag to compare

Changelog:

Breaking changes:

  • When loading partials fails a Gulp PluginError will be emmited instead of just logging the message.

If you wish to maintain the old behaviour from version 1, you should override gulp error handling for this plugin and just log the error messages.

Dependencies

  • Update mustache to 2.2.0