Skip to content

Commit bd3e138

Browse files
authored
v4.1.0 (#96)
1 parent 3bf3bbd commit bd3e138

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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-
## 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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 4.0.0
2+
version: 4.1.0
33
homepage: https://github.com/f3ath/json-api-dart
44
description: Framework-agnostic implementations of JSON:API Client (Flutter, Web and VM) and Server (VM). Supports JSON:API v1.0 (http://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)