Skip to content

Commit f338772

Browse files
authored
8.1 (#145)
1 parent 3aeecb6 commit f338772

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
714
## [8.0.0] - 2024-07-01
815
### Added
916
- CORS middware
@@ -257,6 +264,7 @@ the Document model.
257264
### Added
258265
- Client: fetch resources, collections, related resources and relationships
259266

267+
[8.1.0]: https://github.com/f3ath/json-api-dart/compare/8.0.0...8.1.0
260268
[8.0.0]: https://github.com/f3ath/json-api-dart/compare/7.0.1...8.0.0
261269
[7.0.1]: https://github.com/f3ath/json-api-dart/compare/7.0.0...7.0.1
262270
[7.0.0]: https://github.com/f3ath/json-api-dart/compare/6.0.1...7.0.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_api
2-
version: 8.0.0
2+
version: 8.1.0
33
homepage: https://github.com/f3ath/json-api-dart
44
description: A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
55
environment:

0 commit comments

Comments
 (0)