File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
### Fixed
16
16
- StandardUriDesign working incosistently depending on the trailing slash in the path
17
17
18
+ ## [ 8.1.0] - 2024-08-29
19
+ ### Added
20
+ - The rawResponse property to the responses of the RoutingClient
21
+
22
+ ### Deprecated
23
+ - The httpResponse property of the responses of the RoutingClient
24
+
18
25
## [ 8.0.0] - 2024-07-01
19
26
### Added
20
27
- CORS middleware
@@ -268,7 +275,8 @@ the Document model.
268
275
### Added
269
276
- Client: fetch resources, collections, related resources and relationships
270
277
271
- [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/8.0.0...HEAD
278
+ [ Unreleased ] : https://github.com/f3ath/json-api-dart/compare/8.1.0...HEAD
279
+ [ 8.1.0 ] : https://github.com/f3ath/json-api-dart/compare/8.0.0...8.1.0
272
280
[ 8.0.0 ] : https://github.com/f3ath/json-api-dart/compare/7.0.1...8.0.0
273
281
[ 7.0.1 ] : https://github.com/f3ath/json-api-dart/compare/7.0.0...7.0.1
274
282
[ 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 @@ -11,7 +11,7 @@ dependencies:
11
11
http_interop_middleware : ^0.1.0
12
12
13
13
dev_dependencies :
14
- lints : ^4 .0.0
14
+ lints : ^5 .0.0
15
15
test : ^1.21.1
16
16
stream_channel : ^2.1.0
17
17
uuid : ^4.2.0
You can’t perform that action at this time.
0 commit comments