Skip to content

Commit 6fb4da3

Browse files
committed
v5.2.0
1 parent 5b07deb commit 6fb4da3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 5.1.0
2+
version: 5.2.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)