All Versions
94
Latest Version
Avg Release Cycle
57 days
Latest Release
-

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 StagedFiles 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
  • 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
  • v0.1.9 Changes

    • ๐Ÿ›  Fixed bug where staged helper in HookSpecificCheck wasn't returning StagedFiles
  • 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