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: v5.0.3
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: v5.0.4
Choose a head ref
  • 15 commits
  • 24 files changed
  • 5 contributors

Commits on Jun 25, 2021

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

Commits on Jun 29, 2021

  1. Fix middleware.Recoverer under Go 1.17+ (#633)

    Under Go 1.17+ the lines of the debug stack aren't guaranteed to
    contain a period, notability a line can just read "panic".
    
    This commit adds some defensive programming to ensure we don't
    attempt to slice with a negative index and adds a very basic test
    to catch the negative index panic without this change.
    JRaspass authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    188a167 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

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

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    69b8558 View commit details
    Browse the repository at this point in the history
  2. middleware.PathRewrite

    pkieltyka committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2e1364a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. go 1.17 CI (#644)

    pkieltyka authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    13e9eff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    a1b936d View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    pkieltyka committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    b67b4b6 View commit details
    Browse the repository at this point in the history
  3. docs update (#646)

    pkieltyka authored Aug 21, 2021
    Configuration menu
    Copy the full SHA
    aea70ab View commit details
    Browse the repository at this point in the history
  4. docs update, CNAME file

    pkieltyka committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    909cf89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d73c84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ce2c21 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Improve Styling, Added Next Page Buttons, Added Coverpage (#650)

    * some progress on styling
    
    * backgroud fix on lightmode
    Shubhaankar-Sharma authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    93c034a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173fe11 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Release v5.0.4

    pkieltyka committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    181551d View commit details
    Browse the repository at this point in the history
Loading