Hightop v0.3.0 Release Notes
Release Date: 2021-08-12 // over 3 years ago-
- Raise
ActiveRecord::UnknownAttributeReference
for non-attribute arguments - Raise
ArgumentError
for too many arguments with arrays and hashes - ✂ Removed
uniq
option (usedistinct
instead) - ⬇️ Dropped support for Active Record < 5.2 and Ruby < 2.6
- Raise
Previous changes from v0.2.4
-
- ➕ Added warning for non-attribute argument
- ➕ Added deprecation warning for
uniq