We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde6d85 commit b5996e1Copy full SHA for b5996e1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.4.0
4
+
5
+- Add `depth:` validator for asserting maximum depth of `hash` and `array` params.
6
7
## 1.3.0
8
9
- Add `any` type to skip type validation for a given param.
lib/typed_params/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TypedParams
- VERSION = '1.3.0'
+ VERSION = '1.4.0'
end
0 commit comments