Mirror: The spec-compliant minimum of client-side GraphQL.
1# @0no-co/graphql.web
2
3## 0.1.6
4
5### Patch Changes
6
7- ⚠️ Fix float pattern and int/float decision in value parsing
8 Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
9- Remove redundant code paths from `visit` and parser
10 Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
11
12## 0.1.5
13
14### Patch Changes
15
16- Move over unit tests from `graphql-web-lite` and fix minor discrepancies to reference implementation
17 Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/0no-co/graphql.web/pull/6))
18- Optimize performance of `print` and `parse` with minor adjustments
19 Submitted by [@kitten](https://github.com/kitten) (See [#5](https://github.com/0no-co/graphql.web/pull/5))
20
21## 0.1.4
22
23### Patch Changes
24
25- Establish type compatibility with `graphql` package
26 Submitted by [@kitten](https://github.com/kitten) (See [#3](https://github.com/0no-co/graphql.web/pull/3))