Thanks to visit codestin.com
Credit goes to github.com

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: master
Choose a base ref
...
head repository: swaggest/fchi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 70 files changed
  • 4 contributors

Commits on Jun 29, 2020

  1. Merge pull request #1 from go-chi/master

    Follow upstream
    vearutop authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    866d367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480f61b View commit details
    Browse the repository at this point in the history
  3. Reduce mentions of net/http

    vearutop committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    644880c View commit details
    Browse the repository at this point in the history
  4. Update docs

    vearutop committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d0d6bc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

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

Commits on May 4, 2021

  1. Merge remote-tracking branch 'upstream/master' into upgrade-chi

    # Conflicts:
    #	README.md
    #	_examples/custom-handler/main.go
    #	_examples/custom-method/main.go
    #	_examples/fileserver/main.go
    #	_examples/hello-world/main.go
    #	_examples/limits/main.go
    #	_examples/router-walk/main.go
    #	_examples/todos-resource/main.go
    #	_examples/todos-resource/todos.go
    #	_examples/todos-resource/users.go
    #	chain.go
    #	chi.go
    #	context.go
    #	go.mod
    #	middleware/basic_auth.go
    #	middleware/profiler.go
    #	middleware/throttle.go
    #	mux.go
    #	mux_test.go
    #	tree.go
    #	tree_test.go
    vearutop committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ba29c76 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    vearutop committed May 4, 2021
    Configuration menu
    Copy the full SHA
    fddad5b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Bump Go version in CI

    vearutop committed May 5, 2021
    Configuration menu
    Copy the full SHA
    996be77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from swaggest/upgrade-chi

    Upgrade chi
    vearutop authored May 5, 2021
    Configuration menu
    Copy the full SHA
    0ff03c6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

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

Commits on Feb 15, 2022

  1. Add RealIP middleware

    kotyara85 authored and vearutop committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2f1c998 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    2e3632d View commit details
    Browse the repository at this point in the history
  2. Update CI (#7)

    vearutop authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    3982cf5 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into upd-upstream

    # Conflicts:
    #	.github/workflows/ci.yml
    #	Makefile
    #	README.md
    #	_examples/todos-resource/users.go
    #	middleware/realip.go
    #	middleware/realip_test.go
    #	middleware/recoverer.go
    #	mux_test.go
    vearutop committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    3985c50 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from swaggest/upd-upstream

    Merge upstream
    vearutop authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    d04af46 View commit details
    Browse the repository at this point in the history
Loading