Skip to content

Releases: lint-staged/lint-staged

3.2.2

07 Dec 16:39
Compare
Choose a tag to compare
  • [fix]: Force colors only when running in TTY (#108)
  • [docs]: Added npm version badge

3.2.1

04 Nov 11:51
Compare
Choose a tag to compare
  • [fix]: Added { dot: true } to allow more complex globs with dots in path (#93)
  • [docs] Simpler pattern for matching js/jsx in the README.
  • [docs] Be more specific about where to put pre-commit in the installation instructions. (#87)
  • [chore]: Added commitizen conventional changelog (#92)
  • [chore] update eslint to version 3.9.1 (#88)
  • [chore]: update listr to version 0.7.0 (#85)
  • [chore]: Removed unused dev dependencies.

3.2.0

18 Oct 14:40
Compare
Choose a tag to compare
  • [feature] Support rc files extensions (.json, .yml etc) as they aren't supported by default

3.1.1

17 Oct 13:17
Compare
Choose a tag to compare
  • [fix] Properly resolve paths when the git directory differs from the current working directory. #78
  • [fix] Fixed TypeError: Path must be a string. Received undefined when gitDir isn't defined in the config.

3.1.0

13 Oct 11:36
Compare
Choose a tag to compare

3.0.3

22 Sep 15:25
Compare
Choose a tag to compare

3.0.2

12 Sep 19:26
Compare
Choose a tag to compare
  • Removed unused dependecies

3.0.1

08 Sep 14:35
Compare
Choose a tag to compare
  • Switched to listr. Simplified code and more beautiful output.
  • Switched to execa. Should fix #30
  • Use ES2015. Dropped support for Node < 4.x
  • Support commands with arguments in the lint-staged config. Closes #47
  • Support binaries from $PATH. Closes #47
  • Removed --color option from runner. You should pass arguments yourself.

2.0.3

02 Aug 09:44
Compare
Choose a tag to compare
  • Use cross-spawn to fix issues with Windows. Closes #30. (#34)
  • Updated dependencies

2.0.2

11 Jul 17:27
Compare
Choose a tag to compare
  • Fixes an error when running a config with just one task (#28). #27 @Anber.
  • Beautiful string representation for multiple linters in case of error.
  • Added tests to getLintersAsString.