File tree 2 files changed +6
-1
lines changed
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.
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.2.0] - 2022-06-01
8
+ ### Added
9
+ - Support for included resources in create and update methods. Author: @kszczek
10
+
7
11
## [ 5.1.0] - 2022-05-11
8
12
### Changed
9
13
- Dependency versions bump
@@ -213,6 +217,7 @@ the Document model.
213
217
### Added
214
218
- Client: fetch resources, collections, related resources and relationships
215
219
220
+ [ 5.2.0 ] : https://github.com/f3ath/json-api-dart/compare/5.1.0...5.2.0
216
221
[ 5.1.0 ] : https://github.com/f3ath/json-api-dart/compare/5.0.5...5.1.0
217
222
[ 5.0.5 ] : https://github.com/f3ath/json-api-dart/compare/5.0.4...5.0.5
218
223
[ 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 1
1
name : json_api
2
- version : 5.1 .0
2
+ version : 5.2 .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