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 aa479c7 commit 340a504Copy full SHA for 340a504
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.3.0
4
+
5
+- Add `:any` type to skip type validation for a given param.
6
7
## 1.2.7
8
9
- Fix issue where the JSONAPI formatter did not ignore `meta` when `data` is omitted.
lib/typed_params/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TypedParams
- VERSION = '1.2.7'
+ VERSION = '1.3.0'
end
0 commit comments