Releases: thomasheyenbrock/graphql-print
Releases · thomasheyenbrock/graphql-print
v1.0.1
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
Initial release