Skip to content

2.2.0

Compare
Choose a tag to compare
@lest lest released this 13 Feb 10:06
· 198 commits to master since this release
v2.2.0
56c9da0

enhancements

  • Add integration with active_interaction. (by @runephilosof)
  • Allow using plugin :enumerize with Sequel. (by @jnylen)
  • Support ActiveModel::Attributes from Rails 5.2. (by @troter)
  • Support Sequel 5.2.0. (by @troter)

bug fix

  • Fix RailsAdmin integration when enumerated field used on edit form and enumerated value wasn't set. (by @nashby)
  • Fallback to a raw passed value instead of nil if AR type can't find value in the attribute. (by @nashby)