@@ -6,18 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.2.2] - 2020-06-05
10
+ ### Fixed
11
+ - Client throws NoSuchMethodError on unexpected primary data ([ issue] ( https://github.com/f3ath/json-api-dart/issues/102 ) ).
12
+
9
13
## [ 4.2.1] - 2020-06-04
10
14
### Fixed
11
15
- The server library was not exporting ` Controller ` .
12
16
- ` ResourceData.toJson() ` was not calling the underlying ` ResourceObject.toJson() ` .
13
17
14
18
## [ 4.2.0] - 2020-06-03
15
19
### Added
16
- - Filtering support for collections ([ # 97 ] ( https://github.com/f3ath/json-api-dart/pull/97 ) )
20
+ - Filtering support for collections ([ pr ] ( https://github.com/f3ath/json-api-dart/pull/97 ) )
17
21
18
22
### Changed
19
23
- The client will not attempt to decode the body of the HTTP response with error status if the correct Content-Type
20
- is missing. Before in such cases a ` FormatException ` would be thrown ([ # 98 ] ( https://github.com/f3ath/json-api-dart/pull/98 ) )
24
+ is missing. Before in such cases a ` FormatException ` would be thrown ([ pr ] ( https://github.com/f3ath/json-api-dart/pull/98 ) )
21
25
22
26
## [ 4.1.0] - 2020-05-28
23
27
### Changed
@@ -29,11 +33,11 @@ is missing. Before in such cases a `FormatException` would be thrown ([#98](http
29
33
30
34
## [ 3.2.2] - 2020-01-07
31
35
### Fixed
32
- - Can not decode related resource which is null ([ # 77 ] ( https://github.com/f3ath/json-api-dart/issues/77 ) )
36
+ - Can not decode related resource which is null ([ issue ] ( https://github.com/f3ath/json-api-dart/issues/77 ) )
33
37
34
38
## [ 3.2.1] - 2020-01-01
35
39
### Fixed
36
- - Incorrect URL in the example in the Client documentation ([ # 74 ] ( https://github.com/f3ath/json-api-dart/issues/74 ) )
40
+ - Incorrect URL in the example in the Client documentation ([ issue ] ( https://github.com/f3ath/json-api-dart/issues/74 ) )
37
41
38
42
## [ 3.2.0] - 2019-12-30
39
43
### Added
@@ -59,7 +63,7 @@ is missing. Before in such cases a `FormatException` would be thrown ([#98](http
59
63
60
64
## [ 3.0.0] - 2019-12-17
61
65
### Added
62
- - Support for custom non-standard links ([ # 61 ] ( https://github.com/f3ath/json-api-dart/issues/61 ) )
66
+ - Support for custom non-standard links ([ issue ] ( https://github.com/f3ath/json-api-dart/issues/61 ) )
63
67
- Client supports ` jsonapi ` key in outgoing requests.
64
68
- ` Document.contentType ` constant.
65
69
- ` IdentifierObject.fromIdentifier ` factory method
@@ -84,15 +88,15 @@ Most of the changes are **BC-BREAKING**.
84
88
85
89
## [ 2.1.0] - 2019-12-04
86
90
### Added
87
- - ` onHttpCall ` hook to enable raw http request/response logging ([ # 60 ] ( https://github.com/f3ath/json-api-dart/issues/60 ) ).
91
+ - ` onHttpCall ` hook to enable raw http request/response logging ([ issue ] ( https://github.com/f3ath/json-api-dart/issues/60 ) ).
88
92
89
93
## [ 2.0.3] - 2019-09-29
90
94
### Fixed
91
95
- Documentation links got broken due to pub.dev update.
92
96
93
97
## [ 2.0.2] - 2019-08-01
94
98
### Fixed
95
- - Meta members have incorrect type ([ # 54 ] ( https://github.com/f3ath/json-api-dart/issues/54 ) ).
99
+ - Meta members have incorrect type ([ issue ] ( https://github.com/f3ath/json-api-dart/issues/54 ) ).
96
100
97
101
## [ 2.0.1] - 2019-07-12
98
102
### Fixed
@@ -133,7 +137,7 @@ Most of the changes are **BC-BREAKING**.
133
137
- More BC-breaking changes in the Server
134
138
135
139
### Fixed
136
- - Location headers were incorrectly generated by Server
140
+ - Location headers generated incorrectly
137
141
138
142
### Added
139
143
- Related collection pagination
@@ -169,7 +173,8 @@ Most of the changes are **BC-BREAKING**.
169
173
### Added
170
174
- Client: fetch resources, collections, related resources and relationships
171
175
172
- [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/4.2.1...HEAD
176
+ [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/4.2.2...HEAD
177
+ [ 4.2.2 ] : https://github.com/f3ath/json-api-dart/compare/4.2.1...4.2.2
173
178
[ 4.2.1 ] : https://github.com/f3ath/json-api-dart/compare/4.2.0...4.2.1
174
179
[ 4.2.0 ] : https://github.com/f3ath/json-api-dart/compare/4.1.0...4.2.0
175
180
[ 4.1.0 ] : https://github.com/f3ath/json-api-dart/compare/4.0.0...4.1.0
0 commit comments