Releases: antoniszymanski/stacktrace-go
Releases · antoniszymanski/stacktrace-go
v0.3.6
Changelog:
- ci(deps): update golangci/golangci-lint-action action to v9 by @renovate[bot] in 374479f
- ci(deps): update actions/checkout action to v6 by @renovate[bot] in d65a3df
- chore(deps): update module github.com/antoniszymanski/gopc-go to v0.2.0 by @antoniszymanski in 8389983
Full changelog: v0.3.5...v0.3.6
v0.3.5
Changelog:
- fix: correctly filter unexported runtime functions in CallStack by @antoniszymanski in 83e1ed8
- docs: clarify what mu guards by @antoniszymanski in cd20c1a
- perf: optimize and rename fromHex to unhex by @antoniszymanski in d9887e8
- ci(deps): update mikepenz/release-changelog-builder-action action to v6 by @renovate[bot] in c55decf
- docs: remove cursor from example.png by @antoniszymanski in 8ae2512
Full changelog: v0.3.4...v0.3.5
v0.3.4
Changelog:
- fix: use strings.Count instead of internal/bytealg.CountString by @antoniszymanski in dfbe6a9
Full changelog: v0.3.3...v0.3.4
v0.3.3
Changelog:
- docs: mention -trimpath build flag in README by @antoniszymanski in 24d0c7d
- style: shorten Handle by @antoniszymanski in cf3954b
- style: shorten writeOffset by @antoniszymanski in 925a49a
- ci(deps): update actions/setup-go action to v6 by @renovate[bot] in ec79787
- perf: replace runtime.Callers with runtime.callers by @antoniszymanski in 607fa4f
- fix: adjust skip argument by @antoniszymanski in 2a522a7
Full changelog: v0.3.2...v0.3.3
v0.3.2
Changelog:
- refactor: move offset to first line and change format from "($offset)" to "+$offset" by @antoniszymanski in 2e31453
- style: shorten noEscape and writeInt by @antoniszymanski in ca686a8
- fix: improve offset calculation in Handle by @antoniszymanski in c310e35
Full changelog: v0.3.1...v0.3.2
v0.3.1
Changelog:
- fix: rename printer to print in Handle by @antoniszymanski in 9b6080b
- fix: consider the offset to be invalid when it is negative in writeOffset by @antoniszymanski in 7684e16
- docs: clarify stack trace line offset feature by @antoniszymanski in d183269
Full changelog: v0.3.0...v0.3.1
v0.3.0
Changelog:
- feat: skip every non-exported runtime function in callStack by @antoniszymanski in ed8f7e2
- fix: prevent appending invalid gopc in callStack by @antoniszymanski in f9a5836
- refactor: make init resilient to os.Stderr changes and remove mu usage from init by @antoniszymanski in 0caba52
- feat: allow passing predicate for filtering unwanted frames by @antoniszymanski in ed76726
- feat: export callStack by @antoniszymanski in f4210c2
- perf: optimize unescape with internal/bytealg functions by @antoniszymanski in 5356ebe
- feat: export splitFuncPath by @antoniszymanski in 8f1b8a6
- docs: update benchmark results in README by @antoniszymanski in 14a3d92
Full changelog: v0.2.0...v0.3.0
v0.2.0
Changelog:
- feat: add Enable and Disable by @antoniszymanski in ffa623d
- fix: make sure that all uses of output are protected by mu by @antoniszymanski in e1bf754
Full changelog: v0.1.0...v0.2.0
v0.1.0
Initial release
Full changelog: https://github.com/antoniszymanski/stacktrace-go/commits/v0.1.0