1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# GraphQL::CParser
## 1.0.8
- Support directives on variable definitions, requires `graphql` 2.2.10+ #4847
## 1.0.5
- Properly parse integers with leading zeros as Integers, not Floats #4556
## 1.0.4
- Use UTF-8 encoding for static strings #4526
## 1.0.3
- Raise a `ParseError` on bad Unicode escapes (like the Ruby parser) #4514
- Force UTF-8 encoding (like the Ruby parser) #4467
## 1.0.2
- Remove `.y` and `.rl` files to avoid triggering build tasks during install
## 1.0.1
- Fix gem files (to include `ext`)
## 1.0.0
- Release GraphQL::CParser
|