Releases: Zxilly/go-size-analyzer
Releases · Zxilly/go-size-analyzer
v1.0.1
v1.0.0
Changelog
- d1d6d6a chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.8 to 6.5.9
- 894939c chore(deps): bump golang.org/x/arch from 0.7.0 to 0.8.0
- 9bb0452 chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
- a8a5e2b chore(deps): bump pnpm/action-setup from 3 to 4
- bc5152c chore(deps-dev): bump @types/node from 20.12.10 to 20.12.11 in /ui
- 71c4a72 chore(deps-dev): bump @types/node from 20.12.8 to 20.12.10 in /ui
- ee98b35 chore(deps-dev): bump sass from 1.76.0 to 1.77.0 in /ui
- 7a1ccf1 chore: remove debug panic
- 64e7064 chore: resolve conflict
- 563e15c ci: enable codecov patch coverage
- c2726b2 ci: fix codecov config
- a6aafaf ci: ignore some for coverage for now
- bded88d feat: add detail implementation
- 772e585 feat: add item implementation
- 1b9556d feat: add main model implementation
- 6dcf6d1 feat: add tui flag
- 445a8c8 feat: also set full name for description
- 03586bb feat: create data wrapper to build tree
- bd2c0e5 feat: generate full name for method
- fa04a4b feat: implement enter
- afc5082 feat: table should work now
- e3c1c4b fix: fix back command
- 2fa838d fix: report empty symbol table for macho
- c924d2c refactor: remove list
ui-v1
feat: add a net based fallback for go install
v0.4.0
Now it's possible to disassemble part of .gopclntab
section size.
Changelog
- 039d17e chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1
- bc68a1e chore(deps-dev): bump typia from 5.5.10 to 6.0.3 in /ui
- cbbf7b8 chore(deps-dev): bump vite from 5.2.10 to 5.2.11 in /ui
- 0a666d1 ci: extend unit test timeout
- 9992efb ci: set coverage target 80%
- 508e086 ci: specify python version
- 852681e feat: add missing symbol size
- 3713201 feat: add pcln size to web ui
- 75d2493 feat: hide unsupported goarch
- 3446237 feat: work on gopclntab disassemble
- ea23175 fix: add support for low version darwin
- 28f6c06 fix: calculate package size with pclntab symbol size
- 9840734 fix: fix macho pclntab section name
- e113ab9 fix: read something before send response
- d127d06 refactor: remove download ui
- b9261a0 refactor: use net/http to serve file