All Versions
94
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v0.4.1 Changes
- โ Remove
RestrictedPaths
pre-commit check
- โ Remove
-
v0.4.0 Changes
- โ Added pre-commit check that optimizes images with
image_optim
- Don't include submodules in the list of modified files
- โ Added pre-commit check that optimizes images with
-
v0.3.2 Changes
- ๐ Fix bug where
.rubocop.yml
would not be found in present working directory
- ๐ Fix bug where
-
v0.3.1 Changes
- ๐ง Use per-file
.rubocop.yml
configuration for staged files
- ๐ง Use per-file
-
v0.3.0 Changes
- โ Added Gemfile.lock/bundler checking
- โ Added
--no-ext-diff
option to git diff - ๐ฆ Exposed StagedFile#original_path
-
v0.2.6 Changes
- โ Added check for linting HAML files with haml-lint
-
v0.2.5 Changes
- ๐
Don't use
--silent
flag withrubocop
for Ruby style check (allows upgrade to Rubocop 0.12.0)
- ๐
Don't use
-
v0.2.4 Changes
- โฌ๏ธ Teach scss-lint check to downgrade lints on untouched lines as warnings
-
v0.2.3 Changes
- ๐ Fix "Too many open files" error for very large commits
- ๐ Make
StagedFile
tempfile creation lazy - should speed up some checks - โ Address rare cross-platform compatibility issue by replacing a
which
call with a pure Ruby equivalent - ๐ Fix CoffeeScript linter path processing
-
v0.2.2 Changes
- ๐ Allow specifying multiple file types for checks and syntax check rake files
- ๐ Fix bug where checks which returned lists of lines would output incorrectly
- ๐ Indent check output lines to nest under check name for better readability