File: CHANGELOG.md

package info (click to toggle)
ruby-graphql 2.5.19-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,868 kB
  • sloc: ruby: 80,420; ansic: 1,808; yacc: 845; javascript: 480; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 893 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# GraphQL::CParser

## 1.1.3

- Fix to disallow non-null sign (`!`) in fragment conditions #5347

## 1.1.2

- Fix to handle strings with null bytes #5193

## 1.1.1

- Add support for `Schema.max_query_string_tokens` #4929

## 1.1.0

- Drop support for Ruby 2.7 #4899
- Reduce allocation of repeated strings for identifiers when parsing schemas #4899

## 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