Skip to content

Commit

Permalink
update changelog with gql-dart#104
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Nov 6, 2020
1 parent ca7d6ec commit 77ffd0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions normalize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.3-alpha] - 2020-11-06

### Added

- add a `path` to `PartialDataException` to surface invalid paths
- add `acceptPartialData` option to `normalizeFragment` and `normalizeOperation` for rejecting partial `data`
- add `handleException` option to `denormalizeFragment` and `denormalizeOperation` for throwing a `PartialDataException` instead of returning `null` on partial `data`
- add a `validateOperationDataStructure` utility for validating structure against a document

## [0.4.2] - 2020-10-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion normalize/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: normalize
version: 0.4.2
version: 0.4.3-alpha
homepage: https://github.com/gql-dart/ferry/tree/master/normalize
description: Normalization and denormalization of GraphQL responses in Dart
repository: https://github.com/gql-dart/ferry
Expand Down

0 comments on commit 77ffd0b

Please sign in to comment.