Skip to content

Releases: Zxilly/go-size-analyzer

v1.1.0

27 May 06:30
Compare
Choose a tag to compare

This version introduces no new features, but mainly implements wasm support.
You can try the new browser analyser at https://gsa.zxilly.dev.

Changelog

v1.0.13

22 May 14:11
Compare
Choose a tag to compare

Changelog

v1.0.12

22 May 03:52
Compare
Choose a tag to compare

Changelog

v1.0.11

21 May 14:32
Compare
Choose a tag to compare

Changelog

v1.0.10

20 May 19:52
Compare
Choose a tag to compare

Changelog

  • 856c6e8 build: add additional log for pgo
  • 4fbb75e build: correctly apply pgo build
  • 2ff22bf build: enable pgo build
  • 665ce05 build: fix pgo pprof file search

v1.0.9

19 May 20:44
Compare
Choose a tag to compare

Changelog

  • 890f668 feat: add prometheus and vitess to test
  • a423e66 fix: potential deadlock in disasm
  • 71cbf3c fix: section left size can be negative
  • ea38dd3 perf: enable react compiler

v1.0.8

17 May 17:37
Compare
Choose a tag to compare

Changelog

  • 9db9313 perf: set max memory limit
  • 4ef6498 perf: streamline file writing operations

v1.0.7

17 May 10:59
Compare
Choose a tag to compare

Changelog

  • c837905 fix: fix mmap close too early
  • 59c4eab perf: use mmap for file open

v1.0.6

16 May 13:54
Compare
Choose a tag to compare

Changelog

  • 7f2e979 fix: set wrong license for packages

v1.0.5

16 May 13:47
Compare
Choose a tag to compare

Changelog

  • a2ce12d Use fmt.Fprintf
  • cb9affd chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0
  • 5b24690 feat: add configurable gc rate
  • 5fb4dd1 feat: remove unused package wrapper
  • 8bd1a37 fix: add a check for gcRate
  • 937fdde fix: get sha for bundle manually
  • 5fd4984 fix: read sha from git directly
  • 7ec559e perf: optimize memory consumption on json
  • 2e93ff4 perf: optimize render performance
  • 84e2fea perf: remove duplicate disasm result check
  • c02733c perf: use global event listener
  • 05db7c5 perf: using an aggressive GC strategy