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+ ## [ 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+
711## [ 3.2.2] - 2020-01-07
812### Fixed
913- 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**.
146150### Added
147151- Client: fetch resources, collections, related resources and relationships
148152
153+ [ 3.2.3 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2..3.2.3
149154[ 3.2.2 ] : https://github.com/f3ath/json-api-dart/compare/3.2.1..3.2.2
150155[ 3.2.1 ] : https://github.com/f3ath/json-api-dart/compare/3.2.0...3.2.1
151156[ 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 11name : json_api
2- version : 3.2.2
2+ version : 3.2.3
33homepage : https://github.com/f3ath/json-api-dart
44description : JSON:API Client for Flutter, Web and VM. Supports JSON:API v1.0 (http://jsonapi.org)
55environment :
You can’t perform that action at this time.
0 commit comments