Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Dec 30, 2022
1 parent 1df709b commit 0254cb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.0] - 2022-12-29
### Added
- Client MessageConverter class to control HTTP request/response conversion.

### Fixed
- Content-Type being set for GET/OPTIONS requests ([issue](https://github.com/f3ath/json-api-dart/issues/129)).

## [5.2.0] - 2022-06-01
### Added
- Support for included resources in create and update methods. Author: @kszczek
Expand Down Expand Up @@ -217,6 +224,7 @@ the Document model.
### Added
- Client: fetch resources, collections, related resources and relationships

[5.3.0]: https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0
[5.2.0]: https://github.com/f3ath/json-api-dart/compare/5.1.0...5.2.0
[5.1.0]: https://github.com/f3ath/json-api-dart/compare/5.0.5...5.1.0
[5.0.5]: https://github.com/f3ath/json-api-dart/compare/5.0.4...5.0.5
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_api
version: 5.2.0
version: 5.3.0
homepage: https://github.com/f3ath/json-api-dart
description: A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
environment:
Expand Down

0 comments on commit 0254cb1

Please sign in to comment.