Releases: oxc-project/oxc-graphql-parser
Releases · oxc-project/oxc-graphql-parser
Release list
oxc-graphql-parser-v0.0.4
Immutable
release. Only release title and notes can be modified.
oxc-graphql-parser-v0.0.3
Immutable
release. Only release title and notes can be modified.
Fixed
- fragment definition bug (#17)
oxc-graphql-parser-v0.0.2
Immutable
release. Only release title and notes can be modified.
Fixed
- borrow allocator for oxc_allocator 0.138 new_in API
Other
- scan whitespace runs in a tight loop (#12)
- avoid token clones in the parser (#13)
- scan name tokens in a tight loop (#11)
- inline lexer iterator next (#10)
- inline lexer token completion (#9)
- avoid cloning lexer errors (#8)
- avoid definition selector allocation (#7)
- use byte cursor in lexer (#5)
- allocate ast with oxc_allocator (#4)
- replace cst with direct ast (#3)
- port shared workflows
- add workspace lint config
- move benchmarks to workspace root
- add codspeed benchmarks and rust 2024
- remove parser error screenshot