Skip to content

Releases: hikiko4ern/swc-plugin-minify-graphql

v0.1.1

22 Oct 03:38
v0.1.1
c31f80e
Compare
Choose a tag to compare

Bug Fixes

  • fix license to Unlicense

Full Changelog: v0.1.0...v0.1.1

v0.1.0

22 Oct 03:16
v0.1.0
32d0796
Compare
Choose a tag to compare

Features

  • minimize string and template literals
  • report error span
  • (graphql-minify) do not print space before ellipsis

Miscellaneous Tasks

  • (bench) add minify benchmarks

Performance

  • (graphql-minify) do not re-split lines in print_block_string
  • (graphql-minify) use bumpalo for allocations
  • (graphql-minify) do not store pointers in Token
  • (graphql-minify) get rid of multiple memory allocations in print_block_string
  • (graphql-minify) use memchr for string validation

Full Changelog: https://github.com/hikiko4ern/swc-plugin-minify-graphql/commits/v0.1.0