All Versions
70
Latest Version
Avg Release Cycle
25 days
Latest Release
522 days ago

Changelog History
Page 6

  • v0.6.9 Changes

    May 19, 2019

    ๐Ÿ›  Fixes:

    • Return error code if output contains any failing message
  • v0.6.8 Changes

    May 05, 2019

    ๐Ÿ‘Œ Improvements:

    • โž• Add support of compound indexes to MissingIndexChecker
    • โž• Add colored output
    • โœ‚ Removed welcome message from execution
  • v0.6.7 Changes

    May 01, 2019

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix disabling models from checks
  • v0.6.6 Changes

    April 18, 2019

    ๐Ÿ‘Œ Improvements:

    • โž• Add support case_sensitive: false for MissingUniqueIndexChecker
  • v0.6.5 Changes

    January 30, 2019

    ๐Ÿ‘Œ Improvements:

    • Exclude superclasses associations from MissingIndexChecker
  • v0.6.4 Changes

    January 27, 2019

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ“š Change documentation
    • ๐Ÿ”จ Refactor code
  • v0.6.3 Changes

    January 27, 2019

    ๐Ÿ‘Œ Improvements:

    • โž• Add message to inspire people to collaborate
    • โž• Add RescueError to catch possible error
  • v0.6.2 Changes

    January 26, 2019

    ๐Ÿ‘Œ Improvements:

    • 0๏ธโƒฃ Skip NullConstraintChecker is column has default function
    • ๐Ÿ‘Œ Improve specs to test different databases
  • v0.6.1 Changes

    January 22, 2019

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix empty configuration file support
    • ๐Ÿ›  Fix MissingIndexChecker, we don't support through associations for now

    ๐Ÿ‘Œ Improves:

    • ๐Ÿ”ง Extend configuration to support complete turning off particular checker
  • v0.6.0 Changes

    ๐Ÿ”‹ Features:

    • Introduce MissingIndexChecker to find missing indexes for HasOne and HasMany associated models.

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ”„ Change message templates to be more informative