Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 19, 2019
1 parent f4a1e6d commit 8cc76d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.0.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.2.3...v8.0.0) (2019-12-19)


### ⚠ BREAKING CHANGES

* **stitching:** Previous version of createMergedResolver did not work with multiple layers of field wrapping.
extractFields was not working, deprecated in favor of hoistFieldNodes.
createMergedResolver now relies on two helper functions, dehoistResult, complement to hoistFieldNoes, and unwrapResult, complement to wrapFieldNodes.

### Features

* **WrapFields:** add new transform ([04dc7f1](https://github.com/yaacovCR/graphql-tools-fork/commit/04dc7f1fa9b8bf95a460bf8dade5daf79c50778b))


### Bug Fixes

* **stitching:** wrapping and hoisting field transforms ([9ebad82](https://github.com/yaacovCR/graphql-tools-fork/commit/9ebad8245e801957e7025e65dc694b1a708208b4))

### [7.2.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.2.2...v7.2.3) (2019-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools-fork",
"version": "7.2.3",
"version": "8.0.0",
"description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 8cc76d5

Please sign in to comment.