Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

56 lines (27 loc) · 1.96 KB

1.1.0 (2019-02-05)

Features

  • index.js: added the verbose option to switch verbosity on or off (69c326f)

1.0.3 (2017-08-10)

Bug Fixes

  • index.js: allow for spaces in file path (3eb003b)

1.0.2 (2016-10-17)

Bug Fixes

  • index.js: add gutil to PluginError when gettext is not instaled (31aace4)
  • package.json: move fs-extra to dependencies (1b5559e)

1.0.1 (2016-04-28)

Bug Fixes

  • index.js: change name of the temp folder to avoid problems with Windows (2892930)

1.0.0 (2016-04-27)

Bug Fixes

  • index.js: send the mo file through the destination folder (90fd353)
  • index.js: set the po file to compile (281e2fd)
  • PluginError: add gulp-util to use PluginError (59ea52f)

Features

  • files: initial commit (4b7df02)
  • index.js: create a temp folder to save the mo files (ff29039)
  • index.js: create skeleton based on the code of the Grunt plugin (c81a584)