All Versions
16
Latest Version
Avg Release Cycle
17 days
Latest Release
114 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0
August 18, 2019👌 Improvements
- 🔄 Change the way of storing database validations
- 👌 Improve performance
- ♻️ Refactor
- 🆕 New syntax sugar
-
v0.8.10
February 21, 2019👌 Improvements
- Internal improvements
- We raise an error if
scope
orwhere
options are missed for thevalidates_db_uniqueness_of
-
v0.8.9
February 13, 2019🐛 Bugs
- Hot-fix for
validate_db_uniqueness_of
RSpec matcher
- Hot-fix for
-
v0.8.8
February 13, 2019🐛 Bugs
- Hot-fix for
validates_db_uniqueness_of
- Hot-fix for
-
v0.8.7
February 13, 2019👌 Improvements
- 🐎 Refactor and performance improvement
-
v0.8.6
February 11, 2019👌 Improvements
- 🐎 Refactor and slight performance improvement
-
v0.8.5
February 06, 2019🐛 Bugs
- 🛠 Fix a behavior for 3rd parties such as
simple_form
- 🛠 Fix a behavior for 3rd parties such as
-
v0.8.4
February 06, 2019🐛 Bugs
- Fix a bug for
db_belongs_to
, validation should checkblank?
notnil?
- Fix a bug for
-
v0.8.3
February 05, 2019🐛 Bugs
- Fix bug for
db_belongs_to
when we skip other validations if the relation is missing
- Fix bug for
-
v0.8.2
January 10, 2019🐛 Bugs
- Fix RuboCop cop for
validates_db_uniqueness_of
to catchvalidates_uniqueness_of
definition too.
- Fix RuboCop cop for