Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
## v.0.6.3
- [PR 19](https://github.com/annkissam/common_graphql_client/pull/19)
Update `StaticValidator.NpmGraphql` to accept `schema_path` or `schema_string`
## v0.6.2
Bump `graphql` (^15.4.0) & `graphql-tools` (^7.0.2) devDependencies
## v0.6.0
- [PR 17](https://github.com/annkissam/common_graphql_client/pull/17)
Dynamic http api token and url support (Breaking change)
## v0.5.0
- [PR 15](https://github.com/annkissam/common_graphql_client/pull/15) Static Validation for query
on the client side using npm_graphql
## v0.3.3
- [PR 13](`CommonGraphQLClient.Caller.Http.post\4`) Better HTTPoison error handling in `CommonGraphQLClient.Caller.Http.post\4`
- Allow http_opts to be sent to `CommonGraphQLClient.Caller.Http.post\4`
## v0.3.2
- Fix UndefinedFunctionError error on Caller.Http.post & Caller.Nil.post
## v0.3.1
- Add configurable timeout and error logging (https://github.com/annkissam/common_graphql_client/pull/9)
## v0.3.0
- Initial Public Release