All Versions
94
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 9
Changelog History
Page 9
-
v0.2.1 Changes
- ๐ Fix bug where checks that didn't return strings for output would error
-
v0.2.0 Changes
- Teach
StagedFile
s how to calculate which lines were actually added/modified - Checks no longer need to filter temporary staged file paths themselves
- ๐ Condense Ruby style check output
- ๐ Teach Ruby style check to downgrade style lints on untouched lines as warnings
- Teach
-
v0.1.11 Changes
- โ Added Ruby code style linting via RuboCop
-
v0.1.10 Changes
- ๐ Fixed bug where
output
was expected to be a string but was an array in js_syntax
- ๐ Fixed bug where
-
v0.1.9 Changes
- ๐ Fixed bug where
staged
helper inHookSpecificCheck
wasn't returningStagedFile
s
- ๐ Fixed bug where
-
v0.1.8 Changes
- Resurrect StagedFile for reading index contents rather than disk contents
-
v0.1.7 Changes
- ๐ Sort plugins alphabetically
- โ Omit periods from warning messages for consistency
- Enforce single-line commit message subjects
- ๐ฒ Only colorize output when logging to a TTY
- โ Add check to detect hard tabs in commit messages
- ๐ Fix crashing --list-templates flag
-
v0.1.6 Changes
- ๐ Strip out blank release note in addition to warning the committer
- โ Add Python linting via flake8
- โ Add CoffeeScript linting via coffeelint
-
v0.1.5 Changes
- ๐ Improve spec coverage
- ๐ Use installed
jshint
if available instead of Rhino - โก๏ธ Update readme with dependencies, uninstall instructions
-
v0.1.4 Changes
- ๐ Fix SKIP_CHECKS for namespaced hooks
- ๐ง Make hooks work when repo-specific configuration file is missing
- ๐ Improve error handling when loading custom hooks