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: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
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
+
9
15
### Added
10
16
11
17
* Added `take` method to `Repository` to allow fetching resources without id.
12
18
* 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`.
14
19
* Added `Jsonapi` class.
15
20
* 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.
0 commit comments