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