From bd3e138f59f4b700717e83013f743217476f70c0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 28 May 2020 21:40:42 -0700 Subject: [PATCH] v4.1.0 (#96) --- CHANGELOG.md | 13 +++++++++++-- pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6467981..0f6a275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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). -## 4.0.0 +## [Unreleased] + +## [4.1.0] - 2020-05-28 +### Changed +- `DartHttp` now defaults to utf8 if no encoding is specified in the response. + +## [4.0.0] - 2020-05-26 ### Changed - This is a major **BC-breaking** rework which affected pretty much all areas. @@ -150,7 +156,10 @@ Most of the changes are **BC-BREAKING**. ### Added - Client: fetch resources, collections, related resources and relationships -[3.2.2]: https://github.com/f3ath/json-api-dart/compare/3.2.1..3.2.2 +[Unreleased]: https://github.com/f3ath/json-api-dart/compare/4.1.0...HEADER +[4.1.0]: https://github.com/f3ath/json-api-dart/compare/4.0.0...4.1.0 +[4.0.0]: https://github.com/f3ath/json-api-dart/compare/3.2.2...4.0.0 +[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 [3.1.0]: https://github.com/f3ath/json-api-dart/compare/3.0.0...3.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 55caba1..cdfc1e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_api -version: 4.0.0 +version: 4.1.0 homepage: https://github.com/f3ath/json-api-dart description: Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org) environment: