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
- Added type hints for parameters and return types in internal and final classes
15
19
- New tests for improving backward compatibility in interfaces
16
-
-Support for PHP 8.1 is added in CI tests
20
+
-Add support for PHP 8.1
17
21
18
22
### Changed
19
23
20
24
- Switched from Travis-CI to Github Actions
21
25
22
26
### Deprecated
23
27
24
-
-`\Art4\JsonApiClient\Accessable::has()` will add `bool` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
28
+
-`\Art4\JsonApiClient\Accessable::has()` will add `bool` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
25
29
-`\Art4\JsonApiClient\Accessable::getKeys()` will add `array` as a native return type declaration in v2.0, do the same in your implementation now to avoid errors.
26
30
-`\Art4\JsonApiClient\Exception\Exception` will extend `\Throwable` in v2.0, do the same in your implementation now to avoid errors.
27
31
-`\Art4\JsonApiClient\Factory::make()` methods first parameter signature will be `string` in v2.0.
0 commit comments