Skip to content

Latest commit

 

History

History
133 lines (64 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

133 lines (64 loc) · 5.09 KB

2.3.0 (2022-11-03)

2.2.2 (2020-05-06)

Bug Fixes

  • bump js-yaml from 3.9.1 to 3.13.1 (14)
  • bump handlebars from 4.0.10 to 4.7.6 (13)
  • bump lodash.merge from 4.6.0 to 4.6.2 (12)

2.2.1 (2019-07-07)

Bug Fixes

Features

  • gulp: update dev tasks to gulp 4 (622e683)

2.2.0 (2018-07-06)

Features

  • gulp-util: remove gulp-util due to gulp v4 (0c618c4)

2.1.1 (2017-11-17)

Bug Fixes

  • file name: show filename with full file path (5eb267c)

2.1.0 (2017-11-11)

Features

  • index.js: show full file path (4101713)

2.0.0 (2017-08-12)

Features

  • constants: support PHP constants as textdomains (df91dfa)

1.1.1 (2017-07-23)

Bug Fixes

  • package.json: install fs-extra as dependency (fe07cff)
  • package.json: install gulp-util as dependency (441f4b5)

1.1.0 (2016-09-06)

Features

  • report_success: add a report_success option which is set to false by default so only errors are printed to the console (ab51d3d)

1.0.2 (2016-04-28)

Bug Fixes

  • index.js: add gulp-util to use PluginError (47c899a)
  • index.js: emit an error when file path is not found (265fb34)
  • index.js: use fs-extra instead of fs (28a3848)

1.0.1 (2016-04-21)

Bug Fixes

  • gulp-util: remove dependency with gulp-util (77c5bc8)
  • index.js: add rule to avoid possible strict violation message of jshint (5ebac06)

1.0.0 (2016-04-20)

Bug Fixes

  • CHANGELOG.md: reset the file (09048c2)
  • git.js: add subtask to commit changelog file (a8d3dc9)
  • index.js: add callback when path is not found (25a80fd)
  • index.js: change routes to find the file to manage (489e8c0)
  • index.js: set the name of the file (62bddb7)
  • index.js: show the correct values in the table report (b6cd96b)
  • test.js: change folder for fixtures function (e6c6d84)
  • text.js: change routes to find expected files (c11a74a)

Features

  • checktextdomain.js: export functions for the plugin (dd4ac8f)
  • files: initial commit (1a4335a)
  • index.js: complete the plugin with the code of the grunt plugin (3d709fe)