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

Changelog History
Page 7

  • v0.5.0 Changes

    January 11, 2019

    ๐Ÿ”‹ Features:

    • Introduce MissingUniqueIndexChecker to find missing unique indexes.

    ๐Ÿ’ฅ Breaking changes:

    • โšก๏ธ Change schema of the configuration file. Please update to the new version according to the [example](example/.database_consistency.yml).
  • v0.4.0 Changes

    January 10, 2019

    ๐Ÿ”‹ Features:

    • Introduce BelongsToPresenceChecker to find missing foreign keys.

    ๐Ÿ’ฅ Breaking changes:

    • โšก๏ธ Rename PresenceValidationChecker to ColumnPresenceChecker for simplicity. Please update your configuration files properly.
  • v0.3.0 Changes

    January 04, 2019

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support flexible configuration (disable specified check for specified column)

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ”ง Configuration should be provided according to the new format
  • v0.2.5 Changes

    November 24, 2018

    ๐Ÿ‘Œ Improvements:

    • Exclude subclasses from ValidatorsProcessor
  • v0.2.4 Changes

    November 15, 2018

    ๐Ÿ”‹ Features:

  • v0.2.3 Changes

    November 14, 2018

    ๐Ÿ‘Œ Improvements:

    • 0๏ธโƒฃ Exclude columns with default value from PresenceMissingVerifier

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support configurations via yml file
  • v0.2.2 Changes

    November 12, 2018

    ๐Ÿ‘Œ Improvements:

    • Exclude Inclusion validator and BelongsTo association from being alerted by PresenceMissingVerifier
  • v0.2.1 Changes

    October 31, 2018

    ๐Ÿ‘Œ Improvements:

    • โž• Add support of ActiveRecord 4.2+ (link).
  • v0.2.0 Changes

    October 31, 2018

    ๐Ÿ”‹ Features:

    • โž• Add check of missing presence validator
  • v0.1.0 Changes

    October 30, 2018

    ๐Ÿ”‹ Features:

    • โž• Add check of consistency between presence validator and database field