File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Changed
12
12
- The client will not attempt to decode the body of the HTTP response with error status if the correct Content-Type
13
- is missing. Before in such cases a ` FormatException ` would be thrown.
13
+ is missing. Before in such cases a ` FormatException ` would be thrown ( [ # 98 ] ( https://github.com/f3ath/json-api-dart/pull/98 ) )
14
14
15
15
## [ 4.1.0] - 2020-05-28
16
16
### Changed
@@ -162,7 +162,8 @@ Most of the changes are **BC-BREAKING**.
162
162
### Added
163
163
- Client: fetch resources, collections, related resources and relationships
164
164
165
- [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/4.1.0...HEADER
165
+ [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/4.2.0...HEADER
166
+ [ 4.2.0 ] : https://github.com/f3ath/json-api-dart/compare/4.1.0...4.2.0
166
167
[ 4.1.0 ] : https://github.com/f3ath/json-api-dart/compare/4.0.0...4.1.0
167
168
[ 4.0.0 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2...4.0.0
168
169
[ 3.2.2 ] : https://github.com/f3ath/json-api-dart/compare/3.2.1...3.2.2
Original file line number Diff line number Diff line change 1
1
name : json_api
2
- version : 4.1 .0
2
+ version : 4.2 .0
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments