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.2.0
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.2.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 28, 2017

  1. Add generic middleware logger interface (#254)

    beornf authored and Peter Kieltyka committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    5ccae9b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. middleware.GetHead (#248)

    Add Match(..) bool to chi.Routes, and add middleware.GetHead to automatically route missing head requests to GET handlers
    
    * Put chi.Routes pointer on the route Context instead of having to pass to the middleware
    
    * Rename FindHandler to Find, and add breaking test when searching subtrees
    
    * Rename middleware to GetHead, and update Mux#Find method to search subroutes
    
    * Update README, router at ~1000 LOC
    
    * Redefine Routes#Find(..) http.Handler to Routes#Match(..) bool
    
    * Update benchmarks
    
    * Slightly adjust GetHead middleware to make it clearer
    Peter Kieltyka authored Sep 1, 2017
    Configuration menu
    Copy the full SHA
    d132b31 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for v3.2.1 release

    Peter Kieltyka committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    42585c8 View commit details
    Browse the repository at this point in the history
  3. Update README

    Peter Kieltyka committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    300a628 View commit details
    Browse the repository at this point in the history
  4. Release v3.2.1

    Peter Kieltyka committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    04ec7fc View commit details
    Browse the repository at this point in the history
Loading