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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
714## [ 5.2.0] - 2022-06-01
815### Added
916- Support for included resources in create and update methods. Author: @kszczek
@@ -217,6 +224,7 @@ the Document model.
217224### Added
218225- Client: fetch resources, collections, related resources and relationships
219226
227+ [ 5.3.0 ] : https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0
220228[ 5.2.0 ] : https://github.com/f3ath/json-api-dart/compare/5.1.0...5.2.0
221229[ 5.1.0 ] : https://github.com/f3ath/json-api-dart/compare/5.0.5...5.1.0
222230[ 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 11name : json_api
2- version : 5.2 .0
2+ version : 5.3 .0
33homepage : https://github.com/f3ath/json-api-dart
44description : A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
55environment :
You can’t perform that action at this time.
0 commit comments