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
were [introduced](https://github.com/json-api/json-api/pull/1244) so that a
96
+
client can create a relationship to a resource yet-to-be created by the
97
+
same request.
98
+
- 2018-12-01: 1.1 Release candidate 1 released.
99
+
- 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).
100
+
- 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.
101
+
- JSON:API switched to [recommending camelCased names](https://jsonapi.org/recommendations/#naming).
102
+
- 2015-05-29: 1.0 final released.
103
+
- 2015-05-21: 1.0 Release candidate 4 released.
104
+
- 2015-03-16: 1.0 Release candidate 3 released.
105
+
- 2015-02-18: 1.0 Release candidate 2 released.
106
+
- 2014-07-05: 1.0 Release candidate 1 released.
107
+
- 2013-07-21: Media type registration completed with the IANA.
were [introduced](https://github.com/json-api/json-api/pull/1244) so that a
153
-
client can create a relationship to a resource yet-to-be created by the
154
-
same request.
155
-
- 2018-12-01: 1.1 Release candidate 1 released.
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).
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.
158
-
- JSON:API switched to [recommending camelCased names](https://jsonapi.org/recommendations/#naming).
0 commit comments