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/slog-multi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: samber/slog-multi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 4 commits
  • 27 files changed
  • 3 contributors

Commits on Oct 1, 2025

  1. chore(deps): bump actions/setup-go from 5 to 6 (#39)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    84c6c3c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. chore(deps): bump github.com/samber/lo from 1.51.0 to 1.52.0 (#40)

    Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.51.0 to 1.52.0.
    - [Release notes](https://github.com/samber/lo/releases)
    - [Commits](samber/lo@v1.51.0...v1.52.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/samber/lo
      dependency-version: 1.52.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    1ea1fac View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. improve handling of Fanout args (#42)

    * feat: make Fanout a no-op when len(handlers) == 1
    
    Updates #41
    
    * feat: flatten FanoutHandlers in Fanout
    
    Fixes #41
    josharian authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    c27f83d View commit details
    Browse the repository at this point in the history
  2. bump v1.6.0

    samber committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    5998e8a View commit details
    Browse the repository at this point in the history
Loading