Skip to content

Commit

Permalink
Release 3.2.3 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Mar 6, 2020
1 parent 1368aa5 commit c1de39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c1de39b

Please sign in to comment.