Skip to content

Releases: lint-staged/lint-staged

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

1.0.1

07 Jun 12:42
Compare
Choose a tag to compare
  • Fixed support of local npm scripts from package.json

1.0.0

07 Jun 10:33
Compare
Choose a tag to compare
  • Complete re-write using Node.js API to fix #5, #6, #7, #8
  • Switched to staged-git-files that supports git filter. Exclude deleted files. Closes #12

v0.2.2

02 May 09:16
Compare
Choose a tag to compare
  • Switch to bin/bash and fix file existncy check #9 @fubhy
  • Switch to $(npm bin) instead of hardcoding path #9 @fubhy
  • Updated flow installation instructions @okonet

v0.2.1

02 May 09:16
Compare
Choose a tag to compare

v0.2.0

02 May 09:16
Compare
Choose a tag to compare
  • Added more linters: flow, JSCS @okonet
  • Better console output when no binary is found @okonet
  • Better README @okonet

v0.1.1

02 May 09:17
Compare
Choose a tag to compare
  • Initial release