File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 5.3.0] - 2022-12-29
8
+ ### Added
9
+ - Client MessageConverter class to control HTTP request/response conversion.
10
+
11
+ ### Fixed
12
+ - Content-Type being set for GET/OPTIONS requests ([ issue] ( https://github.com/f3ath/json-api-dart/issues/129 ) ).
13
+
7
14
## [ 5.2.0] - 2022-06-01
8
15
### Added
9
16
- Support for included resources in create and update methods. Author: @kszczek
@@ -217,6 +224,7 @@ the Document model.
217
224
### Added
218
225
- Client: fetch resources, collections, related resources and relationships
219
226
227
+ [ 5.3.0 ] : https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0
220
228
[ 5.2.0 ] : https://github.com/f3ath/json-api-dart/compare/5.1.0...5.2.0
221
229
[ 5.1.0 ] : https://github.com/f3ath/json-api-dart/compare/5.0.5...5.1.0
222
230
[ 5.0.5 ] : https://github.com/f3ath/json-api-dart/compare/5.0.4...5.0.5
Original file line number Diff line number Diff line change 1
1
name : json_api
2
- version : 5.2 .0
2
+ version : 5.3 .0
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments