Skip to content

Commit 4ca9fe6

Browse files
authored
Update CHANGELOG.md
1 parent eb8eb4f commit 4ca9fe6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.0] - 2018-05-11
8+
9+
### Changed
10+
11+
#### Update art4/json-api-client to latest version, this changes some of the returned classes.
12+
13+
The following classes are changed in some arguments and some method returns, if you extended or directly use `\Swis\JsonApi\Client\JsonApi\Hydrator` or `\Swis\JsonApi\Client\JsonApi\Parser` please check your code.
14+
15+
```
16+
\Art4\JsonApiClient\Resource\CollectionInterface -> \Art4\JsonApiClient\ResourceCollectionInterface
17+
\Art4\JsonApiClient\Resource\ItemInterface -> \Art4\JsonApiClient\ResourceItemInterface
18+
\Art4\JsonApiClient\Resource\IdentifierCollection -> \Art4\JsonApiClient\ResourceIdentifierCollection
19+
\Art4\JsonApiClient\Resource\Identifier -> \Art4\JsonApiClient\ResourceIdentifier
20+
\Art4\JsonApiClient\Resource\Collection -> \Art4\JsonApiClient\ResourceCollection
21+
```
22+
723
## [0.6.0] - 2018-03-06
824

925
### Added

0 commit comments

Comments
 (0)