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.
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
+ ## [ 3.2.3] - 2020-08-06
8
+ ### Fixed
9
+ - Call toJson() on resourceObject when serializing ([ #84 ] ( https://github.com/f3ath/json-api-dart/pull/84 ) )
10
+
7
11
## [ 3.2.2] - 2020-01-07
8
12
### Fixed
9
13
- Can not decode related resource which is null ([ #77 ] ( https://github.com/f3ath/json-api-dart/issues/77 ) )
@@ -146,6 +150,7 @@ Most of the changes are **BC-BREAKING**.
146
150
### Added
147
151
- Client: fetch resources, collections, related resources and relationships
148
152
153
+ [ 3.2.3 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2..3.2.3
149
154
[ 3.2.2 ] : https://github.com/f3ath/json-api-dart/compare/3.2.1..3.2.2
150
155
[ 3.2.1 ] : https://github.com/f3ath/json-api-dart/compare/3.2.0...3.2.1
151
156
[ 3.2.0 ] : https://github.com/f3ath/json-api-dart/compare/3.1.0...3.2.0
Original file line number Diff line number Diff line change 1
1
name : json_api
2
- version : 3.2.2
2
+ version : 3.2.3
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : JSON:API Client for Flutter, Web and VM. Supports JSON:API v1.0 (http://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments