Releases: Zxilly/go-size-analyzer
Releases · Zxilly/go-size-analyzer
v1.0.13
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
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
v1.0.4
Changelog
- 6bbc206 chore(deps-dev): bump @types/react from 18.3.1 to 18.3.2 in /ui
- 6219558 chore(deps-dev): bump sass from 1.77.0 to 1.77.1 in /ui
- 6ce9a6a feat: support cache under net buildmode
- 8394b0c fix: handle nil deref from trie
- 5680a99 fix: resolve all known issue from linter
- d0f0ea7 style: fix most lint issues
- f5ee0dc style: follow golangci-lint suggestion
- 4820f84 style: update code to follow lint