From 892becdf582da236c34df0df4c5ff5487bb72bda Mon Sep 17 00:00:00 2001 From: Alexey Karapetov Date: Fri, 6 Mar 2020 12:34:41 -0800 Subject: [PATCH] Release 3.2.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38419f..4ea9a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.3] - 2020-08-06 +### Fixed +- Call toJson() on resourceObject when serializing ([#84](https://github.com/f3ath/json-api-dart/pull/84)) + ## [3.2.2] - 2020-01-07 ### Fixed - 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**. ### Added - Client: fetch resources, collections, related resources and relationships +[3.2.3]: https://github.com/f3ath/json-api-dart/compare/3.2.2..3.2.3 [3.2.2]: https://github.com/f3ath/json-api-dart/compare/3.2.1..3.2.2 [3.2.1]: https://github.com/f3ath/json-api-dart/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/f3ath/json-api-dart/compare/3.1.0...3.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index e0f3748..53ccd74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_api -version: 3.2.2 +version: 3.2.3 homepage: https://github.com/f3ath/json-api-dart description: JSON:API Client for Flutter, Web and VM. Supports JSON:API v1.0 (http://jsonapi.org) environment: