Releases: hikiko4ern/swc-plugin-minify-graphql
Releases · hikiko4ern/swc-plugin-minify-graphql
v0.2.0
BREAKING CHANGES
- update
swc_core
to10.6
Miscellaneous Tasks
- [breaking] update
swc_core
to10.6
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
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
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
v0.1.0
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