File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.2.0] - 2022-06-01
8+ ### Added
9+ - Support for included resources in create and update methods. Author: @kszczek
10+
711## [ 5.1.0] - 2022-05-11
812### Changed
913- Dependency versions bump
@@ -213,6 +217,7 @@ the Document model.
213217### Added
214218- Client: fetch resources, collections, related resources and relationships
215219
220+ [ 5.2.0 ] : https://github.com/f3ath/json-api-dart/compare/5.1.0...5.2.0
216221[ 5.1.0 ] : https://github.com/f3ath/json-api-dart/compare/5.0.5...5.1.0
217222[ 5.0.5 ] : https://github.com/f3ath/json-api-dart/compare/5.0.4...5.0.5
218223[ 5.0.4 ] : https://github.com/f3ath/json-api-dart/compare/5.0.3...5.0.4
Original file line number Diff line number Diff line change 11name : json_api
2- version : 5.1 .0
2+ version : 5.2 .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