File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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+ ## [ 6.0.1] - 2023-09-11
8+ ### Fixed
9+ - ` NewRelationship ` was not exported
10+
711## [ 6.0.0] - 2023-09-07
812### Added
913- Partial support for JSON: API v1.1
@@ -238,6 +242,7 @@ the Document model.
238242### Added
239243- Client: fetch resources, collections, related resources and relationships
240244
245+ [ 6.0.1 ] : https://github.com/f3ath/json-api-dart/compare/6.0.0...6.0.1
241246[ 6.0.0 ] : https://github.com/f3ath/json-api-dart/compare/5.4.0...6.0.0
242247[ 5.4.0 ] : https://github.com/f3ath/json-api-dart/compare/5.3.0...5.4.0
243248[ 5.3.0 ] : https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export 'package:json_api/src/document/error_object.dart';
55export 'package:json_api/src/document/inbound_document.dart' ;
66export 'package:json_api/src/document/link.dart' ;
77export 'package:json_api/src/document/new_identifier.dart' ;
8+ export 'package:json_api/src/document/new_relationship.dart' ;
89export 'package:json_api/src/document/new_resource.dart' ;
910export 'package:json_api/src/document/new_to_many.dart' ;
1011export 'package:json_api/src/document/new_to_one.dart' ;
Original file line number Diff line number Diff line change 11name : json_api
2- version : 6.0.0
2+ version : 6.0.1
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