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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 6.0.1] - 2023-09-11
8
+ ### Fixed
9
+ - ` NewRelationship ` was not exported
10
+
7
11
## [ 6.0.0] - 2023-09-07
8
12
### Added
9
13
- Partial support for JSON: API v1.1
@@ -238,6 +242,7 @@ the Document model.
238
242
### Added
239
243
- Client: fetch resources, collections, related resources and relationships
240
244
245
+ [ 6.0.1 ] : https://github.com/f3ath/json-api-dart/compare/6.0.0...6.0.1
241
246
[ 6.0.0 ] : https://github.com/f3ath/json-api-dart/compare/5.4.0...6.0.0
242
247
[ 5.4.0 ] : https://github.com/f3ath/json-api-dart/compare/5.3.0...5.4.0
243
248
[ 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';
5
5
export 'package:json_api/src/document/inbound_document.dart' ;
6
6
export 'package:json_api/src/document/link.dart' ;
7
7
export 'package:json_api/src/document/new_identifier.dart' ;
8
+ export 'package:json_api/src/document/new_relationship.dart' ;
8
9
export 'package:json_api/src/document/new_resource.dart' ;
9
10
export 'package:json_api/src/document/new_to_many.dart' ;
10
11
export 'package:json_api/src/document/new_to_one.dart' ;
Original file line number Diff line number Diff line change 1
1
name : json_api
2
- version : 6.0.0
2
+ version : 6.0.1
3
3
homepage : https://github.com/f3ath/json-api-dart
4
4
description : A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
5
5
environment :
You can’t perform that action at this time.
0 commit comments