Skip to content

Commit 384d028

Browse files
authored
Merge branch 'master' into v9
2 parents 6560949 + f338772 commit 384d028

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Fixed
1616
- StandardUriDesign working incosistently depending on the trailing slash in the path
1717

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+
1825
## [8.0.0] - 2024-07-01
1926
### Added
2027
- CORS middleware
@@ -268,7 +275,8 @@ the Document model.
268275
### Added
269276
- Client: fetch resources, collections, related resources and relationships
270277

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
272280
[8.0.0]: https://github.com/f3ath/json-api-dart/compare/7.0.1...8.0.0
273281
[7.0.1]: https://github.com/f3ath/json-api-dart/compare/7.0.0...7.0.1
274282
[7.0.0]: https://github.com/f3ath/json-api-dart/compare/6.0.1...7.0.0

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
http_interop_middleware: ^0.1.0
1212

1313
dev_dependencies:
14-
lints: ^4.0.0
14+
lints: ^5.0.0
1515
test: ^1.21.1
1616
stream_channel: ^2.1.0
1717
uuid: ^4.2.0

0 commit comments

Comments
 (0)