Skip to content

Releases: samber/oops

v0.19.1

30 Jun 17:05
Compare
Choose a tag to compare
bump v0.19.1

v1.19.0

27 Jun 14:29
Compare
Choose a tag to compare

What's Changed

  • Improved code safety in 0824269
  • Added more documentation, tests, and examples

Dependencies

  • chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot in #69

Full Changelog: v1.18.1...v1.19.0

v1.18.1

27 May 21:37
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/oklog/ulid/v2 from 2.1.0 to 2.1.1 by @dependabot in #67
  • fix: FromContext return a new builder if it is not in context by @d-enk in #68

New Contributors

  • @d-enk made their first contribution in #68

Full Changelog: v1.18.0...v1.18.1

v1.18.0

21 May 18:53
Compare
Choose a tag to compare

What's Changed

  • Add StackFrames method for sentry compat by @th3fallen in #58
  • Implement the slog.LogValuer interface by @mbark in #64

Other

  • chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #56
  • chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 by @dependabot in #62
  • chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #63

New Contributors

Full Changelog: v1.17.0...v1.18.0

v1.17.0

05 Mar 13:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.1...v1.17.0

v1.16.1

23 Feb 15:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.0...v1.16.1

v1.16.0

03 Feb 17:38
Compare
Choose a tag to compare

Adding oops.New(message string)

v1.15.0

19 Dec 00:12
Compare
Choose a tag to compare

What's Changed

  • Add WithBuilder and FromContext functions by @mbark in #38

New Contributors

  • @mbark made their first contribution in #38

Full Changelog: v1.14.2...v1.15.0

v1.14.2

06 Dec 09:50
Compare
Choose a tag to compare

Fixing a bug introduced in v1.14.0: we changed the way to exclude oops from the stacktrace, to be compatible with forks. Bad idea.

v1.14.1

05 Nov 01:17
Compare
Choose a tag to compare

Fix: Fix Errorf producing duplicate outputs