Skip to content

Commit

Permalink
update changelog and version for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Jun 10, 2020
1 parent cd2b1ce commit a2586f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
### UNRELEASED v1.3.0
### UNRELEASED

### v1.3.0

- Resolver `memoize` key includes the `info.path.key` to keep different aliases from colliding
- Imported resolvers will delegate to the imported component schema to which they belong.
- Remove `this._context` as default value for context in `execute()` requiring `execute()` users to pass in context from a calling resolver.
- Remove binding of `GraphQLComponent` class context to Subscription resolvers.
- Fixed proxyImportedResolvers option to include exclude scenario
- Apply proxyImportedResolvers regardless of how the way a component is imported and whether or not exclusions are provided. proxyImportedResolvers can still be turned off for an imported component if the component is passed via config object.

### v1.2.4

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-component",
"version": "1.3.0-rc2",
"version": "1.3.0",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit a2586f3

Please sign in to comment.