Skip to content

Commit 0254cb1

Browse files
committed
v5.3.0
1 parent 1df709b commit 0254cb1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 5.2.0
2+
version: 5.3.0
33
homepage: https://github.com/f3ath/json-api-dart
44
description: A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)