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
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,6 @@ JsonApiClient is a PHP Library to validate and handle the response body from a [
10
10
11
11
Format: [JSON API 1.0](http://jsonapi.org/format/1.0/)
12
12
13
-
#### Attention
14
-
15
-
Version 0.6.1 and below interprets the pagination links wrong. Make sure you are using the latest version of JsonApiClient. See [#19](https://github.com/Art4/json-api-client/issues/19), [#23](https://github.com/Art4/json-api-client/pull/23) and [#26](https://github.com/Art4/json-api-client/pull/26) for more information.
16
-
17
13
### WIP: Goals for 1.0
18
14
19
15
*[x] Be 100% JSON API 1.0 spec conform
@@ -23,6 +19,26 @@ Version 0.6.1 and below interprets the pagination links wrong. Make sure you are
23
19
*[x] Handle/validate a client request body
24
20
*[ ] Refactore and remove the deprecated code
25
21
22
+
### Upgrade notice
23
+
24
+
JsonApiClient can be considered as stable and version 0.10 will be the last development version.
25
+
26
+
After version 0.8 there where no breaking changes. Every change was backward compatible and every functionality that will be removed in future now only triggers a deprecated warning.
27
+
28
+
After version 0.10 is released all deprecated code will be removed and version 1.0 will be released.
29
+
30
+
This simply means for you:
31
+
32
+
1. Update to version 0.10
33
+
2. Make your code deprecation free
34
+
3. You are now ready for upgrading to version 1.0 without breaking your code
35
+
36
+
(Compare the [Symfony upgrade documentation](https://symfony.com/doc/current/setup/upgrade_major.html))
37
+
38
+
#### Attention for older versions
39
+
40
+
Version 0.6.1 and below interprets the pagination links wrong. Make sure you are using the latest version of JsonApiClient. See [#19](https://github.com/Art4/json-api-client/issues/19), [#23](https://github.com/Art4/json-api-client/pull/23) and [#26](https://github.com/Art4/json-api-client/pull/26) for more information.
0 commit comments