All Versions
22
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 1

  • v1.0.1 Changes

    ๐Ÿ›  Fixes

    • โž• Add support of Ruby 3. Thanks John Duff for the contribution.
  • v1.0.0 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿš… Remove deprecation warning when connection_config is used in Rails 6.1 (Use connection_db_config instead). Thanks Alfonso Uceda for the contribution.
  • v0.9.4 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿš… Respect validate: false option when using save/save! for Rails 5+. Thanks Arkadiy Zabazhanov for the contribution.
  • v0.9.3 Changes

    ๐Ÿ‘Œ Improvements

    • โž• Add support of different mode to DbUniquenessValidator. Thanks Arkadiy Zabazhanov for the contribution.
  • v0.9.2 Changes

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Fix a warning message from newest Ruby version
  • v0.9.1 Changes

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ›  Fix support of newest MySQL version
    • Add case sensitive option to validate_db_uniqueness_of RSpec matcher
  • v0.9.0 Changes

    August 18, 2019

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Change the way of storing database validations
    • ๐Ÿ‘Œ Improve performance
    • ๐Ÿ”จ Refactor
    • ๐Ÿ†• New syntax sugar
  • v0.8.10 Changes

    February 21, 2019

    ๐Ÿ‘Œ Improvements

    • Internal improvements
    • We raise an error if scope or where options are missed for the validates_db_uniqueness_of
  • v0.8.9 Changes

    February 13, 2019

    ๐Ÿ› Bugs

    • Hot-fix for validate_db_uniqueness_of RSpec matcher
  • v0.8.8 Changes

    February 13, 2019

    ๐Ÿ› Bugs

    • Hot-fix for validates_db_uniqueness_of