We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb8e72 commit 927116aCopy full SHA for 927116a
CHANGES.md
@@ -3,6 +3,11 @@
3
[* Removed `Reform::Contract` ?]
4
[* Move Form#deserializer to Form::deserializer]
5
6
+## 2.3.1
7
+* With dry-validation 1.5 the form is always injected. Just add option :form to access it in the schema.
8
+* Removed global monkey patching of Dry::Schema::DSL
9
+* Tests in ruby 2.7
10
+
11
## 2.3.0
12
13
You can upgrade from 2.2.0 without worries.
lib/reform/version.rb
@@ -1,3 +1,3 @@
1
module Reform
2
- VERSION = "2.3.0.rc3".freeze
+ VERSION = "2.3.1".freeze
end
0 commit comments