Skip to content

Releases: hikiko4ern/swc-plugin-minify-graphql

v0.2.0

21 Jan 15:29
v0.2.0
4275bb4
Compare
Choose a tag to compare

BREAKING CHANGES

  • update swc_core to 10.6

Miscellaneous Tasks

  • [breaking] update swc_core to 10.6

Full Changelog: v0.1.4...v0.2.0

v0.1.4

06 Nov 18:29
v0.1.4
25a2633
Compare
Choose a tag to compare

Bug Fixes

  • fix the list of files to be packed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

06 Nov 18:10
v0.1.3
ddcaeca
Compare
Choose a tag to compare

Note

This release was mistakenly packing extra files, so it was removed from npm.

Bug Fixes

  • (graphql-minify) potentially fix stack overflow during parsing of very long strings

Miscellaneous Tasks

  • (license) use dual Unlicense/MIT license

Performance

  • (graphql-minify) move comment from skip to a separate token

Full Changelog: v0.1.2...v0.1.3

v0.1.2

26 Oct 03:36
v0.1.2
294bdb3
Compare
Choose a tag to compare

Bug Fixes

  • include graphql-minify license in pack

Features

  • print the parsing error span relative to the file

Performance

  • re-use single allocator for graphql_minify::minify

Full Changelog: v0.1.1...v0.1.2

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

Note

This release had the wrong license in package.json (Unlicensed instead of Unlicense), so it was removed from npm.

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