Skip to content

Releases: oxc-project/oxc-graphql-parser

oxc-graphql-parser-v0.0.4

Choose a tag to compare

@oxc-guard oxc-guard released this 02 Jul 03:03
Immutable release. Only release title and notes can be modified.
b0c59b6

Added

  • collect comment and expose (#24)

Other

  • implement span getter for enum (#25)

oxc-graphql-parser-v0.0.3

Choose a tag to compare

@oxc-guard oxc-guard released this 02 Jul 00:37
Immutable release. Only release title and notes can be modified.
6047eab

Fixed

  • fragment definition bug (#17)

oxc-graphql-parser-v0.0.2

Choose a tag to compare

@oxc-guard oxc-guard released this 01 Jul 06:59
Immutable release. Only release title and notes can be modified.
3d7e7a1

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