Skip to content

Commit

Permalink
Release 6.0.1 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Sep 12, 2023
1 parent 2cb8402 commit e5d1aed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [6.0.1] - 2023-09-11
### Fixed
- `NewRelationship` was not exported

## [6.0.0] - 2023-09-07
### Added
- Partial support for JSON:API v1.1
Expand Down Expand Up @@ -238,6 +242,7 @@ the Document model.
### Added
- Client: fetch resources, collections, related resources and relationships

[6.0.1]: https://github.com/f3ath/json-api-dart/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/f3ath/json-api-dart/compare/5.4.0...6.0.0
[5.4.0]: https://github.com/f3ath/json-api-dart/compare/5.3.0...5.4.0
[5.3.0]: https://github.com/f3ath/json-api-dart/compare/5.2.0...5.3.0
Expand Down
1 change: 1 addition & 0 deletions lib/document.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export 'package:json_api/src/document/error_object.dart';
export 'package:json_api/src/document/inbound_document.dart';
export 'package:json_api/src/document/link.dart';
export 'package:json_api/src/document/new_identifier.dart';
export 'package:json_api/src/document/new_relationship.dart';
export 'package:json_api/src/document/new_resource.dart';
export 'package:json_api/src/document/new_to_many.dart';
export 'package:json_api/src/document/new_to_one.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_api
version: 6.0.0
version: 6.0.1
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:
Expand Down

0 comments on commit e5d1aed

Please sign in to comment.