File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 44
55### bug fix
66
7+ ## 2.2.0 (February 13, 2018)
8+
9+ ### enhancements
10+
11+ * Add integration with active_interaction. (by [ @runephilosof ] ( https://github.com/runephilosof ) )
12+ * Allow using ` plugin :enumerize ` with Sequel. (by [ @jnylen ] ( https://github.com/jnylen ) )
13+ * Support ActiveModel::Attributes from Rails 5.2. (by [ @troter ] ( https://github.com/troter ) )
14+ * Support Sequel 5.2.0. (by [ @troter ] ( https://github.com/troter ) )
15+
16+ ### bug fix
17+
718* Fix RailsAdmin integration when enumerated field used on edit form and enumerated value wasn't set. (by [ @nashby ] ( https://github.com/nashby ) )
819* Fallback to a raw passed value instead of nil if AR type can't find value in the attribute. (by [ @nashby ] ( https://github.com/nashby ) )
920
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Enumerize
4- VERSION = '2.1.2 '
4+ VERSION = '2.2.0 '
55end
You can’t perform that action at this time.
0 commit comments