Releases: thomas-darling/gulp-translate
Releases · thomas-darling/gulp-translate
1.5.9
1.5.8
- Updated dependencies.
- Included '.map' files in the NPM package.
1.5.7
- Fixed bug in the 'angular' template language implementation.
1.5.6
- Updated readme.md, adding more guidance and a reference to translation-loader.
1.5.5
-
Made the
importFilePath
option optional.This means you can now import using only a
missingContentHandler
, without having to specify an empty array of import file paths. -
Removed dependency on the deprecated package
gulp-util
.
1.5.4
- Replaced the abstract 'File' class with an interface.
- Removed old files from the published NPM package.
1.5.3
- Fixed bug causing error if no template language is specified.
1.5.2
- Fixed bug allowing quotes in translated content to break the HTML if injected into an attribute.
1.5.1
- Fixed a bug causing missing translations for files that have more than one root element.
- Refactored the plugin so it can be used without gulp.
The intention is to eventually move the core code into a separate package, which may then be used by plugins for different build systems, such as gulp and webpack. This is a work in progress, so expect further changes. - Added linting and resolved issues.
1.5.0
- Added support for case sensitive element and attribute names.
This means that Angular templates should now be fully supported.