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
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -27,26 +27,6 @@ Via Composer
27
27
$ composer require art4/json-api-client
28
28
```
29
29
30
-
### :building_construction: Development notice
31
-
32
-
**JsonApiClient can be considered as stable** and version 0.10 will be the last development version.
33
-
34
-
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.
35
-
36
-
After version 0.10 is released all deprecated code will be removed and version 1.0 will be released.
37
-
38
-
This simply means for you:
39
-
40
-
1. Update to version 0.10
41
-
2. Make your code deprecation free
42
-
3. You are now ready for upgrading to version 1.0 without breaking your code
43
-
44
-
(Compare the [Symfony upgrade documentation](https://symfony.com/doc/current/setup/upgrade_major.html))
45
-
46
-
#### :warning: Attention for older versions
47
-
48
-
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.
49
-
50
30
## :rocket: Usage
51
31
52
32
See the [quickstart guide](docs/helper-parser.md) or the [documentation](docs/README.md).
0 commit comments