Skip to content

Commit c1de39b

Browse files
authored
Release 3.2.3 (#86)
1 parent 1368aa5 commit c1de39b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
## [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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 3.2.2
2+
version: 3.2.3
33
homepage: https://github.com/f3ath/json-api-dart
44
description: JSON:API Client for Flutter, Web and VM. Supports JSON:API v1.0 (http://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)