Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samber/oops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: samber/oops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 10 commits
  • 49 files changed
  • 5 contributors

Commits on Mar 25, 2025

  1. chore(deps): bump golangci/golangci-lint-action from 6 to 7 (#56)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8ad4ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Update test.yml

    samber authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    63858a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Add StackFrames method for sentry compat (#58)

    Adds StackFrames method which converts stacks to runtime.frame to be compatible with sentry-go https://github.com/getsentry/sentry-go/blob/master/stacktrace.go#L75
    th3fallen authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    4ebeb60 View commit details
    Browse the repository at this point in the history
  2. Update error.go

    samber authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    5ca0d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d5e067 View commit details
    Browse the repository at this point in the history
  4. style: lint 💄

    samber committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    d155b25 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 (#62)

    Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.49.1 to 1.50.0.
    - [Release notes](https://github.com/samber/lo/releases)
    - [Commits](samber/lo@v1.49.1...v1.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/samber/lo
      dependency-version: 1.50.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    306f1fe View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#63)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    367f25c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Implement the slog.LogValuer interface (#64)

    * Implement the slog.LogValuer interface
    
    * Update error.go
    
    * Update oops_test.go
    
    ---------
    
    Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
    mbark and samber authored May 21, 2025
    Configuration menu
    Copy the full SHA
    1bdea12 View commit details
    Browse the repository at this point in the history
  2. bump v1.18.0

    samber committed May 21, 2025
    Configuration menu
    Copy the full SHA
    9738fdb View commit details
    Browse the repository at this point in the history
Loading