File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules/
2
2
OperationStoreClient.js
3
3
yarn.lock
4
4
src /
5
+ ** /__tests__ /*
Original file line number Diff line number Diff line change 1
1
# graphql-ruby-client
2
2
3
+ ## 1.7.0 (17 Feb 2020)
4
+
5
+ - Rewrite in TypeScript
6
+
3
7
## 1.6.8 (18 Sept 2019)
4
8
5
9
- Properly send ` Content-Type: application/json ` when posting persisted operations
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Find the `graphql-ruby-client` docs on the [GraphQL-Ruby website](https://graphq
3
3
## License
4
4
5
5
` graphql-ruby-client ` is available under the LGPLv3 license;
6
- [ graphql-pro ] ( https://graphql.pro ) customers are granted a special commercial license.
6
+ [ graphql-pro] ( https://graphql.pro ) customers are granted a special commercial license.
7
7
8
8
## Development
9
9
@@ -13,4 +13,5 @@ Find the `graphql-ruby-client` docs on the [GraphQL-Ruby website](https://graphq
13
13
- Stand-alone:
14
14
- Install dependencies ` yarn install `
15
15
- Run the tests ` yarn run test `
16
+ - Run the TypeScript compiler: ` yarn tsc -w `
16
17
- Install for local development with ` npm link . `
You can’t perform that action at this time.
0 commit comments