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 Loading
base: v5.0.8
Choose a base ref
...
head repository: go-chi/chi Loading
compare: v5.0.9
Choose a head ref
  • 16 commits
  • 17 files changed
  • 13 contributors

Commits on Dec 10, 2022

  1. Fix typo (#767)

    michalbric committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    878319e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Use timestamps in GMT format per RFC2616 (#772)

    * chore(middleware/nocache): using `http.TimeFormat` instead of `time.RFC1123` while formatting expires header
    
    * fix(middleware/nocache): use utc based time
    falentio committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    e6baba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Correct doc comment (#775)

    The function must be of type middleware.EncoderFunc, and this has an io.Writer
    as its first argument.
    bronger committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    85f523b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    528cd32 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 11, 2023

  1. test ci (#782)

    pkieltyka committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    da1c870 View commit details
    Browse the repository at this point in the history
  2. update ci

    pkieltyka committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2590e81 View commit details
    Browse the repository at this point in the history
  3. update ci

    pkieltyka committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    16a24da View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. go 1.20.x in ci (#791)

    purificant committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    883aa98 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Mar 31, 2023

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

Commits on Apr 14, 2023

  1. Update README.md

    pkieltyka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    77d709f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    8cbdac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f28096 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    4b14b83 View commit details
    Browse the repository at this point in the history
  2. v5.0.9

    pkieltyka committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    cfd6c46 View commit details
    Browse the repository at this point in the history
Loading