We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca16d0 commit a780371Copy full SHA for a780371
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.6
4
+
5
+- Fix issue where an empty param of type `hash` or `array` would not raise when a required but `allow_nil` child param was missing.
6
7
## 1.2.5
8
9
- Fix issue where a `minimum` and `maximum` constraint combo was not asserted by the `length:` validator.
lib/typed_params/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TypedParams
- VERSION = '1.2.5'
+ VERSION = '1.2.6'
end
0 commit comments