From 56cda7cf9711271fc3a8dddacf70f94901159c30 Mon Sep 17 00:00:00 2001 From: f3ath Date: Thu, 29 Aug 2024 20:30:46 -0700 Subject: [PATCH] 8.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e78d1..fbc3aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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 middware @@ -257,6 +264,7 @@ the Document model. ### Added - Client: fetch resources, collections, related resources and relationships +[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 diff --git a/pubspec.yaml b/pubspec.yaml index d378e2d..75619d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_api -version: 8.0.0 +version: 8.1.0 homepage: https://github.com/f3ath/json-api-dart description: A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org) environment: