10000 Tags · naughtygopher/errors · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: naughtygopher/errors

Tags

v1.0.1

Toggle v1.0.1's commit message
[-] new release to fix import path issues after moving to new owner n…

…aughtygopher

v1.0.0

Toggle v1.0.0's commit message
first stable release

v0.11.1

Toggle v0.11.1's commit message
[patch] recheck error count and return nil if empty

v0.11.0

Toggle v0.11.0's commit message
[minor] added support for Joined errors to be used with get type & me…

…ssage

v0.10.0

Toggle v0.10.0's commit message
[minor] mirrored Go v1.20 errors.Join method

v0.9.4

Toggle v0.9.4's commit message
[patch] fix messages being concatenated in stack trace

v0.9.3

Toggle v0.9.3's commit message
[patch] fixed bugs in stacktrace: remove duplicates when there's nest…

…ed errors

[patch] fixed bugs in stacktrace: invalid trace when using formatted errors or wrapping
[patch] using bytes buffer instead of string concat, fewer memory allocations and is faster
[-] Updated Benchmark: fewer memory allocations, ~35% faster

v0.9.0

Toggle v0.9.0's commit message
[minor] `Stacktrace(err error) string` - returns a prettified stacktr…

…ace of the error

[minor] `StacktraceCustomFormat(msgformat string, traceFormat string, err error) string` - supports using custom format
[minor] `RuntimeFrames(err error)` - returns *runtime.Frames* of the error, based on combined (if nested) program counters of the error
[minor] `ProgramCounters(err error) []uintptr` - returns combined (if nested) program counters of the error
[minor] fmt.Formatter interface implementation

v0.4.0

Toggle v0.4.0's commit message
[minor] added support for annotation verbs ('%v', '%+v', '%s', '%+s')

v0.3.6

Toggle v0.3.6's commit message
[patch] added new helper functions ErrWithoutTrace, Message, HTTPStat…

…usCode
0