File tree 2 files changed +12
-3
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
8
14
### Changed
9
15
- This is a major ** BC-breaking** rework which affected pretty much all areas.
10
16
@@ -150,7 +156,10 @@ Most of the changes are **BC-BREAKING**.
150
156
### Added
151
157
- Client: fetch resources, collections, related resources and relationships
152
158
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
154
163
[ 3.2.1 ] : https://github.com/f3ath/json-api-dart/compare/3.2.0...3.2.1
155
164
[ 3.2.0 ] : https://github.com/f3ath/json-api-dart/compare/3.1.0...3.2.0
156
165
[ 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 1
1
name : json_api
2
- version : 4.0 .0
2
+ version : 4.1 .0
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments