@@ -4,6 +4,11 @@ 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+ ## [ 5.0.1] - 2021-05-11
8+ ### Fixed
9+ - Missing http client exports
10+ - Failing test
11+
712## [ 5.0.0] - 2021-04-21
813### Added
914- Sound null-safety support.
@@ -121,14 +126,14 @@ is missing. Before in such cases a `FormatException` would be thrown ([pr](https
121126## [ 2.0.0] - 2019-07-12
122127### Changed
123128- 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 ` .
126131- The min Dart SDK version bumped to ` 2.3.0 `
127132- The Client requires an instance of HttpClient to be passed to the constructor explicitly.
128133- 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.
130135- Meta properties are not defensively copied, but set directly. Meta property behavior is unified across
131- the Document model.
136+ the Document model.
132137
133138### Removed
134139- ` 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
187192### Added
188193- Client: fetch resources, collections, related resources and relationships
189194
195+ [ 5.0.1 ] : https://github.com/f3ath/json-api-dart/compare/5.0.0...5.0.1
190196[ 5.0.0 ] : https://github.com/f3ath/json-api-dart/compare/3.2.3...5.0.0
191197[ 3.2.3 ] : https://github.com/f3ath/json-api-dart/compare/3.2.2...3.2.3
192198[ 4.3.0 ] : https://github.com/f3ath/json-api-dart/compare/4.2.2...4.3.0
0 commit comments