Releases: rogeriopvl/gulp-mustache
Releases · rogeriopvl/gulp-mustache
v5.0.0
v4.1.2
Changelog
- Dependencies update
Version 4.1.1
Changelog
- Updated dependencies
Version 4.1.0
Changelog
- Fix
new Buffer
deprecation warning. Now usingBuffer.from
. - Updated
through2
version 3.0.0
Version 4.0.0
Changelog
- Update Mustache to version 3 (breaking changes might occur)
- Update plugin-error
Version 3.0.1
Changelog
- Remove
gulp-util
dependency to avoid errors in Gulp 4.
Version 3.0.0
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
Changelog
- Added option to pass custom mustache tags/delimiters
Version 2.0.2
Changelog
- Fix exception when a partial is not found
Version 2.0.0
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