@@ -4,6 +4,11 @@ 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
+ ## [ 5.0.1] - 2021-05-11
8
+ ### Fixed
9
+ - Missing http client exports
10
+ - Failing test
11
+
7
12
## [ 5.0.0] - 2021-04-21
8
13
### Added
9
14
- Sound null-safety support.
@@ -121,14 +126,14 @@ is missing. Before in such cases a `FormatException` would be thrown ([pr](https
121
126
## [ 2.0.0] - 2019-07-12
122
127
### Changed
123
128
- This package now consolidates the Client, the Server and the Document in one single library.
124
- It does not depend on ` json_api_document ` and ` json_api_server ` anymore, please remove these packages
125
- from your ` pubspec.yaml ` .
129
+ It does not depend on ` json_api_document ` and ` json_api_server ` anymore, please remove these packages
130
+ from your ` pubspec.yaml ` .
126
131
- The min Dart SDK version bumped to ` 2.3.0 `
127
132
- The Client requires an instance of HttpClient to be passed to the constructor explicitly.
128
133
- Both the Document and the Server have been refactored with lots of ** BREAKING CHANGES** .
129
- See the examples and the functional tests for details.
134
+ See the examples and the functional tests for details.
130
135
- Meta properties are not defensively copied, but set directly. Meta property behavior is unified across
131
- the Document model.
136
+ the Document model.
132
137
133
138
### Removed
134
139
- ` JsonApiParser ` is removed. Use the static ` decodeJson ` methods in the corresponding classes instead.
@@ -187,6 +192,7 @@ is missing. Before in such cases a `FormatException` would be thrown ([pr](https
187
192
### Added
188
193
- Client: fetch resources, collections, related resources and relationships
189
194
195
+ [ 5.0.1 ] : https://github.com/f3ath/json-api-dart/compare/5.0.0...5.0.1
190
196
[ 5.0.0 ] : https://github.com/f3ath/json-api-dart/compare/3.2.3...5.0.0
191
197
[ 3.2.3 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2...3.2.3
192
198
[ 4.3.0 ] : https://github.com/f3ath/json-api-dart/compare/4.2.2...4.3.0
0 commit comments