Releases: Zxilly/go-size-analyzer
Releases · Zxilly/go-size-analyzer
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Contains an initial support for //go:embed
parse
Changelog
- c940692: build(deps): bump actions/attest-build-provenance from 1.3.0 to 1.3.1 (@dependabot[bot])
- 3a85e28: build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (@dependabot[bot])
- f7de28f: build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (@dependabot[bot])
- c06bd3e: build(deps): bump github/codeql-action from 3.25.9 to 3.25.10 (@dependabot[bot])
- 76ceca7: feat: support parse embed content (@Zxilly)
v1.2.3
From this version, you can verify the source of the following binaries at https://github.com/Zxilly/go-size-analyzer/attestations
Changelog
- 5253c3c: [StepSecurity] ci: Harden GitHub Actions (@step-security-bot)
- 31a79e3: build(deps): bump actions/checkout from 3.6.0 to 4.1.6 (@dependabot[bot])
- c5956d9: build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (@dependabot[bot])
- 5b7770e: build(deps): bump actions/dependency-review-action from 2.5.1 to 4.3.3 (@dependabot[bot])
- f6b8efb: build(deps): bump crate-ci/typos from 1.22.3 to 1.22.4 (@dependabot[bot])
- 3685a60: build(deps): bump crate-ci/typos from 1.22.4 to 1.22.7 (@dependabot[bot])
- be8ae6f: build(deps): bump github/codeql-action from 3.25.8 to 3.25.9 (@dependabot[bot])
- a6e0841: feat: Create CODE_OF_CONDUCT.md (@Zxilly)
- 4f70a9b: feat: [StepSecurity] Apply security best practices (@step-security-bot)
- 233b18c: feat: create SECURITY policy (@Zxilly)
- 5910fd7: revert: "ci: add trigger for wasm build" (@Zxilly)
- 2c20a8c: revert: "ci: prevent duplicate wasm build" (@Zxilly)
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
This version adds a basic cgo dependency analysis support. Only works if the binary contains dwarf debugging information.
Changelog
- f773c13: Update README.md (@nikolaydubina)
- c8aa2e3: build(deps): bump crate-ci/typos from 1.21.0 to 1.22.0 (@dependabot[bot])
- dc03df7: build(deps): bump crate-ci/typos from 1.22.0 to 1.22.1 (@dependabot[bot])
- d7ff25f: build(deps): bump github.com/charmbracelet/bubbletea (@dependabot[bot])
- 81db0fc: build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 (@dependabot[bot])
- b72a2af: build(deps): bump goreleaser/goreleaser-action from 5 to 6 (@dependabot[bot])
- 1cc43e5: build: add more info for ui build (@Zxilly)
- 71c1621: build: fix getSha for version embed (@Zxilly)
- 152f235: build: fix html version (@Zxilly)
- 8fd2996: build: fix insecure tempfile (@Zxilly)
- 3f89811: build: fix wasm type (@Zxilly)
- db333bc: build: inject html directly (@Zxilly)
- d383227: build: use tempdir instead (@Zxilly)
- 0b8f52e: feat: enable telemetry (@Zxilly)
- ab67de9: feat: implement dwarf extraction (@Zxilly)
- 2949aeb: fix: add config to tsconfig (@Zxilly)
- 728967a: fix: update code follow linter suggestion (@Zxilly)
- be98b8b: perf: prevent duplicate allocation (@Zxilly)
- ac6347a: perf: remove debug console.log (@Zxilly)
- be0f2e3: perf: remove unnecessary json encode from wasm (@Zxilly)
- 427be56: refactor: move known info files (@Zxilly)
- 0afea02: refactor: rewrite entry for test (@Zxilly)
- 5618c4d: style: no error will throw for marshaler (@Zxilly)
- 6d644a5: style: sort import for file (@Zxilly)
v1.1.0
This version introduces no new features, but mainly implements wasm support.
You can try the new browser analyser at https://gsa.zxilly.dev.
Changelog
- 1f231ec: build(deps): bump github.com/charmbracelet/bubbletea (@dependabot[bot])
- ac1e4f4: build(deps): bump github.com/charmbracelet/lipgloss (@dependabot[bot])
- 7984b90: build: ignore examples dir (@Zxilly)
- 0f0431c: build: ignore pycache dir (@Zxilly)
- e2fcca7: build: update lockfile (@Zxilly)
- a2b74b8: feat: add a link to project (@Zxilly)
- 14ccba3: feat: add size warning dialog (@Zxilly)
- a41b9d3: feat: add wasm support (@Zxilly)
- 9253192: feat: disable disasm in wasm build (@Zxilly)
- dda38f6: feat: make star img clickable (@Zxilly)
- 0b3d228: feat: wasm analyzer implemented (@Zxilly)
- f87615a: fix: fix explorer bundle (@Zxilly)
- 619700b: fix: fix linter and ts types (@Zxilly)
- 50433b3: fix: fix tests and move wasm (@Zxilly)
- fced95d: perf: optimize wasm with binaryen (@Zxilly)
- 129562b: refactor: use material ui (@Zxilly)
- 64c751c: style: remove duplicate fatal (@Zxilly)