Skip to content

Releases: lint-staged/lint-staged

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.

2.0.1

08 Jul 12:41
Compare
Choose a tag to compare
  • When on of the sequential tasks fails, exit the process. Closes #26

2.0.0

08 Jul 08:37
Compare
Choose a tag to compare
  • Support for sequences of commands. Needs config update! #25 @okonet
  • Allow adding files to the commit after running a task. #16 @okonet

1.0.2

30 Jun 09:55
Compare
Choose a tag to compare
  • Fixed path resolution to the app root on Windows. #19 by