Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2022
1 parent 0c445d9 commit aa638ad
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.

## [1.0.0](https://github.com/GraphtonLib/Graphton/compare/v0.7.0...v1.0.0) (2022-07-23)


### ⚠ BREAKING CHANGES

* Selection of the returning fields/opject has been vastly improved, but also breaks your current Graphton queries! Check (UPGRADING.md)[https://github.com/GraphtonLib/Graphton/blob/main/UPGRADING.md] to help upgrading vrom v0.7 to v1.

### Features

* Change selection method from builder functions to GraphQL-ish object notation, removing ReturnTypeBuilders. ([a002ed6](https://github.com/GraphtonLib/Graphton/commit/a002ed68d9f126f07ad20663712e114b24cfa29b))


### Bug Fixes

* Initialization of the `selectedFields` property on the GraphtonQueryReturnsObject mixin now works ([ebe4070](https://github.com/GraphtonLib/Graphton/commit/ebe40701f69cfbf4b7e022d090d29164b28b22c7))
* ObjectFieldSelector types now has the _all property instead of the InputObject types ([a7f2038](https://github.com/GraphtonLib/Graphton/commit/a7f20386db06ade47acf3a7b95c89015b2338da7))
* returnType always being an empty string instead of the key of the lookup ([53c82bf](https://github.com/GraphtonLib/Graphton/commit/53c82bf0be1192b58526a2b2214f0ba385907a64))

## [0.7.0](https://github.com/GraphtonLib/Graphton/compare/v0.6.10...v0.7.0) (2022-07-10)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphtonlib/graphton",
"description": "Generate a JS/TS query builder library from an (external) GraphQL introspection schema.",
"version": "0.7.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/GraphtonLib/Graphton.git"
Expand Down

0 comments on commit aa638ad

Please sign in to comment.