File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11name : json_api
2- version : 8.0 .0
2+ version : 8.1 .0
33homepage : https://github.com/f3ath/json-api-dart
44description : A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
55environment :
You can’t perform that action at this time.
0 commit comments