You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Clarified details regarding expected and allowed responses, query
136
+
parameters, and more.
128
137
- 2020-10-01: 1.1 Release candidate 3 released.
129
138
- Refined links objects. The link object `params` member was removed to
130
139
better align with other JSON link serializations. The `anchor` target
131
140
attribute was also removed. It may be restored in a future minor release.
132
-
- 2020-08-20: 1.1 Release candidate 2 released.
141
+
- 2020-08-20: 1.1 Release candidate 2 released.
133
142
-[Extensions](https://jsonapi.org/format/1.1/#extensions) were added and the
134
143
scope of [profiles](https://jsonapi.org/format/1.1/#profiles) were reduced
135
144
since their introduction in RC1.
@@ -144,7 +153,7 @@ You can [browse existing profiles](/extensions/#existing-profiles) or
144
153
client can create a relationship to a resource yet-to-be created by the
145
154
same request.
146
155
- 2018-12-01: 1.1 Release candidate 1 released.
147
-
- New features include: [profiles](https://jsonapi.org/format/1.1/#profiles), ["@-Members"](https://jsonapi.org/format/1.1/#document-member-names-at-members), and [error object `type` links](https://jsonapi.org/format/1.1/#error-objects).
156
+
- New features include: [profiles](https://jsonapi.org/format/1.1/#profiles), ["@-Members"](https://jsonapi.org/format/1.1/#document-member-names-at-members), and [error object `type` links](https://jsonapi.org/format/1.1/#error-objects).
148
157
- There are editorial clarifications around: [query parameters](https://jsonapi.org/format/1.1/#query-parameters) (their parsing/serialization, and reserved parameter names), the appropriate status code for [specific](https://github.com/json-api/json-api/pull/1036)[responses](https://github.com/json-api/json-api/pull/1029), and the [presence of the `included` key](https://github.com/json-api/json-api/pull/1236) even when its value is an empty array.
149
158
- JSON:API switched to [recommending camelCased names](https://jsonapi.org/recommendations/#naming).
0 commit comments