Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
78 lines (62 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

78 lines (62 loc) · 3.83 KB

2.5.0

  • remove: Dependence of y18n. #109
  • bugfix: Support dot files. #106

2.4.3

  • bugfix: Do not use index_size file config when converting indentation from space to tab. #103
  • update: dependencies. #102

2.4.2

  • bugfix: Break valid block comment. #97
  • bugfix: Generated empty locales file after execute eclint command. #99
  • bugfix: fail to recognize BOM #98
  • update: coverage for createPluginError #101

2.4.1

bugfix: Break valid block comment. #97

2.4.0

2.3.0

  • Added: Removes empty final new lines where there is more than one #77
  • Upgraded: dependencies. #78

2.2.0

  • Replace gitlike-cli with yargs for CLI #73
  • Added: locales for CLI #73
  • Fixed: i18n not work. #73
  • Upgraded: gulp usecase. #70
  • Upgraded: dependencies.

2.1.0

  • Bug fix: not skip all kind of binary file. (e.g. "*.exe") #65
  • Support locales in message of rule. #60
  • Support for doc comments. #62
  • Update algorithm for indentation. #62
  • Update dependencies.

2.0.1

  • Fix bin path #58.

2.0.0

  • Breaking Change: console.error instead of console.log to output error messages #55.
  • Added: Default value for options <files...> #46.
  • Added: Exclude binary files #45.
  • Added: Beautiful console report #53.
  • Added: Support for .gitignore when [<files>...] are not provided #56.
  • Added: Test cases for CLI #55.
  • Fixed: Stripping of BOMs #50.
  • Fixed: path import in README #48.
  • Upgraded dependencies.

1.1.5

  • Fix npm publish.

1.1.4

  • Fix fix and infer in non-interactive environments #33.

1.1.3

  • Fix behavior in non-interactive environments #32.

1.1.2

  • Pin iconv-lite version.

1.1.1

  • Fix: exit with non-zero status code when errors are reported.

1.1.0

  • Re-add support for Node 0.10.

1.0.0

  • Dropped support for Node 0.10.