Skip to content

Releases: Zxilly/go-size-analyzer

v1.0.1

09 May 18:38
Compare
Choose a tag to compare

Changelog

  • cb82f4a feat: add known size to tui

v1.0.0

09 May 14:23
Compare
Choose a tag to compare

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

09 May 18:31
Compare
Choose a tag to compare
ui-v1 Pre-release
Pre-release
feat: add a net based fallback for go install

v0.4.0

03 May 20:34
Compare
Choose a tag to compare

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

v0.3.3

30 Apr 22:05
Compare
Choose a tag to compare

Changelog

  • 178fff8 chore: update gitignore
  • 3b0bb33 chore: upgrade ui deps
  • 05728bf ci: update profile filename
  • d7abe13 fix: fix a typo break http server
  • d40e0e7 perf: remove net/http to reduce size

v0.3.2

29 Apr 21:54
Compare
Choose a tag to compare

Changelog

  • 74e086e build: set build version
  • dbf4ea2 fix: remove deprecated clock
  • 8362770 perf: remove version pkg to reduce size
  • 14db14a refactor: remove progress bar

v0.3.1

29 Apr 17:51
Compare
Choose a tag to compare

Changelog

  • ba87568 chore: print stack for fatal error
  • cea400b ci: configure codecov
  • ae255af fix: load macho symbol correct

v0.3.0

28 Apr 22:28
Compare
Choose a tag to compare

Changelog

v0.2.4

28 Apr 06:45
Compare
Choose a tag to compare

Changelog

v0.2.3

27 Apr 17:26
Compare
Choose a tag to compare

Changelog

  • e3085b6 ci: add secret for release ui build