File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ 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- ## 4.0.0
7+ ## [ Unreleased]
8+
9+ ## [ 4.1.0] - 2020-05-28
10+ ### Changed
11+ - ` DartHttp ` now defaults to utf8 if no encoding is specified in the response.
12+
13+ ## [ 4.0.0] - 2020-05-26
814### Changed
915- This is a major ** BC-breaking** rework which affected pretty much all areas.
1016
@@ -150,7 +156,10 @@ Most of the changes are **BC-BREAKING**.
150156### Added
151157- Client: fetch resources, collections, related resources and relationships
152158
153- [ 3.2.2 ] : https://github.com/f3ath/json-api-dart/compare/3.2.1..3.2.2
159+ [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/4.1.0...HEADER
160+ [ 4.1.0 ] : https://github.com/f3ath/json-api-dart/compare/4.0.0...4.1.0
161+ [ 4.0.0 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2...4.0.0
162+ [ 3.2.2 ] : https://github.com/f3ath/json-api-dart/compare/3.2.1...3.2.2
154163[ 3.2.1 ] : https://github.com/f3ath/json-api-dart/compare/3.2.0...3.2.1
155164[ 3.2.0 ] : https://github.com/f3ath/json-api-dart/compare/3.1.0...3.2.0
156165[ 3.1.0 ] : https://github.com/f3ath/json-api-dart/compare/3.0.0...3.1.0
Original file line number Diff line number Diff line change 11name : json_api
2- version : 4.0 .0
2+ version : 4.1 .0
33homepage : https://github.com/f3ath/json-api-dart
44description : Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org)
55environment :
You can’t perform that action at this time.
0 commit comments