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-chi/chi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.2
Choose a base ref
...
head repository: go-chi/chi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.3
Choose a head ref
  • 11 commits
  • 10 files changed
  • 8 contributors

Commits on Feb 2, 2018

  1. Expose a property to disable color logging (#299)

    The TTY check assumes we are logging to stdout, however, since the
    logger can be changed (e.g. to a file) this check is insufficient.
    
    To work around this issue, we expose NoColor on the DefaultLogFormatter
    in a backwards-compatible manner.
    
    Fixes #290.
    mafredri authored and pkieltyka committed Feb 2, 2018
    Copy the full SHA
    cd4fa09 View commit details
  2. Copy the full SHA
    e223a79 View commit details

Commits on Apr 24, 2018

  1. fix typo

    tmatias committed Apr 24, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0a3c4cf View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f8cd21e View commit details
  3. Copy the full SHA
    cca4135 View commit details

Commits on Jul 10, 2018

  1. Copy the full SHA
    0c5e7ab View commit details

Commits on Aug 16, 2018

  1. Copy the full SHA
    57eb9c7 View commit details
  2. Merge pull request #341 from emersion/patch-1

    Fix doc codeblock in Context.RoutePattern
    VojtechVitek authored Aug 16, 2018
    Copy the full SHA
    44932d2 View commit details

Commits on Aug 26, 2018

  1. Go1.11 travis (#345)

    * add go 1.11.x to travis ci
    * fix test vet warnings
    * update example formatting with new goimports
    pkieltyka authored Aug 26, 2018
    Copy the full SHA
    1cbe2fe View commit details
  2. add go.mod file

    pkieltyka committed Aug 26, 2018
    Copy the full SHA
    0dd0f5c View commit details

Commits on Aug 27, 2018

  1. Copy the full SHA
    b5294d1 View commit details
Loading