Skip to content

Commit

Permalink
Merge branch 'master' into v9
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Sep 29, 2024
2 parents 6560949 + f338772 commit 384d028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- StandardUriDesign working incosistently depending on the trailing slash in the path

## [8.1.0] - 2024-08-29
### Added
- The rawResponse property to the responses of the RoutingClient

### Deprecated
- The httpResponse property of the responses of the RoutingClient

## [8.0.0] - 2024-07-01
### Added
- CORS middleware
Expand Down Expand Up @@ -268,7 +275,8 @@ the Document model.
### Added
- Client: fetch resources, collections, related resources and relationships

[Unreleased]: https://github.com/f3ath/json-api-dart/compare/8.0.0...HEAD
[Unreleased]: https://github.com/f3ath/json-api-dart/compare/8.1.0...HEAD
[8.1.0]: https://github.com/f3ath/json-api-dart/compare/8.0.0...8.1.0
[8.0.0]: https://github.com/f3ath/json-api-dart/compare/7.0.1...8.0.0
[7.0.1]: https://github.com/f3ath/json-api-dart/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/f3ath/json-api-dart/compare/6.0.1...7.0.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
http_interop_middleware: ^0.1.0

dev_dependencies:
lints: ^4.0.0
lints: ^5.0.0
test: ^1.21.1
stream_channel: ^2.1.0
uuid: ^4.2.0
Expand Down

0 comments on commit 384d028

Please sign in to comment.