Skip to content

Releases: thomasheyenbrock/graphql-print

v1.0.1

18 Feb 18:05
484766e
Compare
Choose a tag to compare

Performance and bundle-size improvements:

  • ~3.5 times faster
    • benchmarked against the kitchen-sink document
    • very similar improvements across different cases (with and without printing comment, pretty and minified printing)
    • see test/benchmark.mjs for details
  • ~10% smaller
    • cjs build from 15,497 bytes down to 13,899 bytes
    • esm build from 14,439 bytes down to 12,910 bytes

v1.0.0

18 Feb 17:55
db3e58b
Compare
Choose a tag to compare

Initial release