Skip to content

Releases: thomas-darling/gulp-translate

1.5.9

02 Aug 15:17
Compare
Choose a tag to compare
  • Updated dependencies and fixed minor issues.

1.5.8

10 Jan 15:59
Compare
Choose a tag to compare
  • Updated dependencies.
  • Included '.map' files in the NPM package.

1.5.7

22 May 15:26
Compare
Choose a tag to compare
  • Fixed bug in the 'angular' template language implementation.

1.5.6

17 Apr 18:07
Compare
Choose a tag to compare

1.5.5

13 Apr 16:08
Compare
Choose a tag to compare
  • 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

11 Apr 17:55
Compare
Choose a tag to compare
  • Replaced the abstract 'File' class with an interface.
  • Removed old files from the published NPM package.

1.5.3

11 Apr 15:06
Compare
Choose a tag to compare
  • Fixed bug causing error if no template language is specified.

1.5.2

27 Mar 12:23
Compare
Choose a tag to compare
  • Fixed bug allowing quotes in translated content to break the HTML if injected into an attribute.

1.5.1

21 Mar 16:34
Compare
Choose a tag to compare
  • 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

15 Mar 15:27
Compare
Choose a tag to compare
  • Added support for case sensitive element and attribute names.
    This means that Angular templates should now be fully supported.