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

Changelog History
Page 1

  • v1.3.5 Changes

    November 13, 2022

    ๐Ÿ‘Œ Improvements:

    • โž• Add autofix for ForeignKeyTypeChecker.
    • โž• Add autofix for MissingIndexChecker.
    • โž• Add autofix for MissingUniqueIndexChecker
  • v1.3.4 Changes

    November 12, 2022

    ๐Ÿ‘Œ Improvements:

    • Provide autofix for RedundantUniqueIndexChecker.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix unique sorting for autofix.
  • v1.3.3 Changes

    November 12, 2022

    ๐Ÿ‘Œ Improvements:

    • Provide autofix for RedundantIndexChecker.
  • v1.3.2 Changes

    November 11, 2022

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix UniqueIndexChecker to properly work with associations. Thanks Christos Zisopoulos for catching the issue!
  • v1.3.1 Changes

    November 07, 2022

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fixed non-unique name for ForeignKeyChecker autofix. Thanks Sergey Toy for catching the issue!
  • v1.3.0 Changes

    November 06, 2022

    ๐Ÿ‘Œ Improvements:

    • Introduce autofix option for several checkers.
  • v1.2.2 Changes

    September 10, 2022

    ๐Ÿ‘Œ Improvements:

    • Catch errors on processors so they don't break the whole run.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix IndexProcessor to support multiple databases.
  • v1.2.1 Changes

    September 05, 2022

    ๐Ÿ‘Œ Improvements:

    • โž• Add TODO generation.
  • v1.2.0 Changes

    September 05, 2022

    ๐Ÿ‘Œ Improvements:

    • โž• Add global configuration support. Now it's possible to disable everything in one line and enable some on demand.

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix ForeignKeyTypeChecker for newest SQLite.

    ๐Ÿ‘Œ Support:

    • ๐Ÿ‘ท Ruby 2.4 and Ruby 2.5 are removed from CI but they should be still working fine.

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ‘€ The priority of configuration has changed. Please see the [configuration file example](rails-example/.database_consistency.yml) for details.
  • v1.1.15 Changes

    May 04, 2022

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ’Ž For Ruby 2.7+ ignore models that come from Bundler.