Skip to content

Releases: thomasheyenbrock/graphql-print

Release list

v1.0.1

Choose a tag to compare

@thomasheyenbrock thomasheyenbrock released this 18 Feb 18:05
484766e

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

Choose a tag to compare

@thomasheyenbrock thomasheyenbrock released this 18 Feb 17:55
db3e58b

Initial release