File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### bug fix
6
6
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
+
7
18
* Fix RailsAdmin integration when enumerated field used on edit form and enumerated value wasn't set. (by [ @nashby ] ( https://github.com/nashby ) )
8
19
* 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 ) )
9
20
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Enumerize
4
- VERSION = '2.1.2 '
4
+ VERSION = '2.2.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments