File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +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
+ ## [ 8.1.0] - 2024-08-29
8
+ ### Added
9
+ - The rawResponse property to the responses of the RoutingClient
10
+
11
+ ### Deprecated
12
+ - The httpResponse property of the responses of the RoutingClient
13
+
7
14
## [ 8.0.0] - 2024-07-01
8
15
### Added
9
16
- CORS middware
@@ -257,6 +264,7 @@ the Document model.
257
264
### Added
258
265
- Client: fetch resources, collections, related resources and relationships
259
266
267
+ [ 8.1.0 ] : https://github.com/f3ath/json-api-dart/compare/8.0.0...8.1.0
260
268
[ 8.0.0 ] : https://github.com/f3ath/json-api-dart/compare/7.0.1...8.0.0
261
269
[ 7.0.1 ] : https://github.com/f3ath/json-api-dart/compare/7.0.0...7.0.1
262
270
[ 7.0.0 ] : https://github.com/f3ath/json-api-dart/compare/6.0.1...7.0.0
Original file line number Diff line number Diff line change 1
1
name : json_api
2
- version : 8.0 .0
2
+ version : 8.1 .0
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments