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

Changelog History
Page 2

  • v0.8.7 Changes

    February 13, 2019

    ๐Ÿ‘Œ Improvements

    • ๐ŸŽ Refactor and performance improvement
  • v0.8.6 Changes

    February 11, 2019

    ๐Ÿ‘Œ Improvements

    • ๐ŸŽ Refactor and slight performance improvement
  • v0.8.5 Changes

    February 06, 2019

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix a behavior for 3rd parties such as simple_form
  • v0.8.4 Changes

    February 06, 2019

    ๐Ÿ› Bugs

    • Fix a bug for db_belongs_to, validation should check blank? not nil?
  • v0.8.3 Changes

    February 05, 2019

    ๐Ÿ› Bugs

    • Fix bug for db_belongs_to when we skip other validations if the relation is missing
  • v0.8.2 Changes

    January 10, 2019

    ๐Ÿ› Bugs

    • Fix RuboCop cop for validates_db_uniqueness_of to catch validates_uniqueness_of definition too.
  • v0.8.1 Changes

    January 09, 2019

    ๐Ÿ”‹ Features

    • Add RuboCop cop for db_belongs_to and validates_db_uniqueness_of
  • v0.8.0 Changes

    ๐Ÿ”‹ Features

    • Add db_belongs_to
  • v0.7.3 Changes

    October 18, 2018

    ๐Ÿ”‹ Features

    • โž• Add support of case_sensitive option for valid? for PostgreSQL
  • v0.7.2 Changes

    October 17, 2018

    ๐Ÿ”‹ Features

    • Extend RSpec matcher to accept instance of model