Skip to content

Commit a692ffa

Browse files
chore(release): 0.2.0
1 parent a3c5ccf commit a692ffa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [0.2.0](https://github.com/GraphtonLib/Graphton/compare/v0.1.2...v0.2.0) (2021-12-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Query parameters are replaced for one object to make the parameters feel more like how arguments work in GraphQL. `Mutation.createUser("Some name", 10)` => `Mutation.createUser({name: "Some name", age: 10})`.
11+
12+
### Features
13+
14+
* Rework overrides to be part of the base class only using types ([e998083](https://github.com/GraphtonLib/Graphton/commit/e9980833325c55d1b9ff6ffb92e7d9ec49199b12))
15+
516
### [0.1.2](https://github.com/GraphtonLib/Graphton/compare/v0.1.1...v0.1.2) (2021-12-06)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphtonlib/graphton",
33
"description": "Generate a JS/TS query builder library from an (external) GraphQL introspection schema.",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/GraphtonLib/Graphton.git"

0 commit comments

Comments
 (0)