Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

91 lines (63 loc) · 3.08 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

3.0.0 - 2017-07-17

  • Changed: cwd argument used for search only. It is revert changes introduced in version 2.

2.0.0 - 2017-06-23

  • Fixed: glob pattern now accept absolute paths.
  • Changed: out-dir now respect cwd option.

1.0.1 - 2017-06-06

  • Chore: minimum required file-type version is now ^5.0.0.

1.0.0 - 2017-04-28

  • Chore: code refactoring.

0.4.1 - 2017-03-13

  • Fixed: used reported exit code if error occurred.

0.4.0

  • Tests: improved test with option max-concurrency.

0.4.0-alpha.1

  • Added: parallelization minify process.

0.3.2

  • Fixed: regression error when input not empty.

0.3.1

  • Chore: use right semver for eslint-*.
  • Chore: update a minimal version of pretty-bytes from 3.0.0 to 4.0.0.
  • Chore: more full description.
  • Chore: fix link dependencies and devDependencies.
  • Chore: minimum required fs-extra version is now ^1.0.0.
  • Chore: minimum required ava version is now ^0.17.0.
  • Chore: minimum required nyc version is now ^10.0.0.
  • Chore: minimum required execa version is now ^0.5.0.
  • Chore: minimum required remark-preset-lint-itgalaxy version is now ^3.0.0.
  • Chore: minimum required eslint version is now ^3.10.0.
  • Chore: minimum required eslint-plugin-ava version is now ^4.0.0.
  • Chore: minimum required eslint-plugin-import version is now ^2.2.0.
  • Chore: minimum required eslint-plugin-itgalaxy version is now ^30.0.0.
  • Chore: minimum required eslint-plugin-jsx-a11y version is now ^3.0.0.
  • Chore: minimum required eslint-plugin-lodash version is now ^2.2.0.
  • Chore: minimum required eslint-plugin-node version is now ^3.0.0.
  • Chore: minimum required eslint-plugin-promise version is now ^3.4.0.
  • Chore: minimum required eslint-plugin-react version is now ^6.7.0.
  • Chore: minimum required eslint-plugin-xo version is now ^1.0.0.
  • Chore: rename eslint-plugin-xo to eslint-plugin-unicorn.
  • Chore: add node.js vesion 7 to travis CI.
  • Fixed: move replace-ext from devDependencies to dependencies.

0.3.0

  • Added: silent argument reported only errors.
  • Changed: verbose argument reported anything.
  • Chore: remove extra files from package.json.
  • Chore: minimum required remark-cli version is now ^2.0.0.
  • Chore: minimum required remark-lint version is now ^5.0.0.
  • Chore: use remark-preset-lint-itgalaxy instead remark-lint-config-itgalaxy.
  • Chore: renamed LICENSE.md to LICENSE.

0.2.0

  • Added: protected options from extra properties.
  • Changed: outputed help information if input is empty.
  • Chore: show more information on help argument.
  • Chore: replaced imagemin to imagemin-power in help command.
  • Chore: improved code coverage.
  • Documentation: updated usage section.
  • Tests: improved tests.

0.1.1

  • Fixed: right path to cli.js in package.json.

0.1.0

  • Initial release.