Skip to content

Releases: aisbergg/go-bruh

v1.1.0

14 Jul 11:15
v1.1.0
ece97f6
Compare
Choose a tag to compare

Bug Fixes

  • properly identify and exclude globally defined errors again

Features

  • add RangeContext to ContextableError and improve general performance by using a slice as a backing for the context data
  • add ProgramCounter2 that indicates the actual instruction being executed and not the one beforehand

v1.0.2

28 May 20:31
v1.0.2
d181c73
Compare
Choose a tag to compare

Performance Improvements

  • improve performance of FormatWithCombinedTrace, FormatPythonTraceback and Stack.String()

v1.0.1

27 May 12:21
v1.0.1
1c6acc4
Compare
Choose a tag to compare

Documentation

  • improve examples

v1.0.0

27 May 11:59
v1.0.0
3a46fab
Compare
Choose a tag to compare

Initial Release