Skip to content

Tags: go-chi/chi

Tags

v5.2.3

Toggle v5.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace methodTypString func with reverseMethodMap (#1018)

This code predates the introduction of the reverseMethodMap.

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct documentation (#992)

It appears as though regular expression quantity support was added by
#245. This updates the documentation to reflect that.

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support the four most recent major versions of Go (#969)

Fixes #963

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "feat(): add CF-Connecting-IP (#908)" (#966)

This reverts commit cbaac31.

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
middleware: add Discard method to WrapResponseWriter (#926)

* middleware: add Discard method to WrapResponseWriter

* resolve review comments

* use ioutil.Discard and deprecate the public interface

* move the Discard method back to the public interface

* discard calls to WriteHeader too

v5.0.14

Toggle v5.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "fix(middleware): Close created writer in the compressor middl…

…eware (#…" (#924)

This reverts commit f10dc4a.

v5.0.13

Toggle v5.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(middleware): Close created writer in the compressor middleware (#919

)

v4.1.3

Toggle v4.1.3's commit message
Deprecate github.com/go-chi/chi v4 module