We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8338c8 commit 0b0734dCopy full SHA for 0b0734d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.2.7
4
+
5
+- Fix issue where the JSONAPI formatter did not ignore `meta` when `data` is omitted.
6
7
## 1.2.6
8
9
- Fix issue where an empty param of type `hash` or `array` would not raise when a required but `allow_nil` child param was missing.
@@ -14,7 +18,7 @@
14
18
15
19
## 1.2.3
16
20
17
-- Remove `alias` from child lookup criteria in JSONAPI serializer.
21
+- Remove `alias` from child lookup criteria in JSONAPI formatter.
22
23
## 1.2.2
24
lib/typed_params/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module TypedParams
- VERSION = '1.2.6'
+ VERSION = '1.2.7'
end
0 commit comments