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: go-logr/zapr
base: v1.1.0
Choose a base ref
...
head repository: go-logr/zapr
compare: v1.2.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 20, 2021

  1. move code examples

    https://pkg.go.dev/github.com/go-logr/zapr@v1.1.0 did not pick them up when
    placed in the "example" directory.
    pohly authored and thockin committed Sep 20, 2021
    Copy the full SHA
    ff6f8bd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. support logr.Marshaler

    This is useful for objects where zap would prefer to log as string or when
    reflection doesn't pick up the desired fields (unexported or too many).
    pohly authored and thockin committed Oct 20, 2021
    Copy the full SHA
    a01e9a2 View commit details
    Browse the repository at this point in the history