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-logfmt/logfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: go-logfmt/logfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    432dd90 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Use simpler rune comparison function

    This change was suggested by staticcheck.
    ChrisHines committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    452d3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba46c4 View commit details
    Browse the repository at this point in the history
  3. Remove dependency on github.com/kr/logfmt

    github.com/kr/logfmt was only used as a reference implementation for
    fuzzing against and benchmark comparisons. The benchmark is dropped
    but the fuzzing code is moving to github.com/go-logfmt/fuzzlogfmt.
    
    The extra dependency didn't matter in most cases, but `go mod vendor`
    added it to the vendor dir of dependent modules.
    ChrisHines committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    7209020 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    ChrisHines committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e81e8f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3be5f6a View commit details
    Browse the repository at this point in the history
Loading