Skip to content

Commit ef42358

Browse files
committed
Release 0.15.0
1 parent 225a6f3 commit ef42358

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
* Nothing
10+
11+
## [0.15.0] - 2019-02-21
12+
13+
This release includes changes to some interfaces [#47](https://github.com/swisnl/json-api-client/pull/47). This is a breaking change if you use these interfaces in your own code.
14+
915
### Added
1016

1117
* Added `take` method to `Repository` to allow fetching resources without id.
1218
* Added links and meta to `ItemInterface`.
13-
N.B. This is a breaking change if you implement the `ItemInterface` yourself instead of using the supplied `Item`.
1419
* Added `Jsonapi` class.
1520
* Added links and meta to `OneRelationInterface` and `ManyRelationInterface`.
16-
N.B. This is a breaking change if you implement (one of) these interfaces yourself instead of using the supplied relations.
1721
* Added `Link` and `Links` classes.
1822
* Added links to `Error`.
1923

0 commit comments

Comments
 (0)