All Versions
37
Latest Version
Avg Release Cycle
67 days
Latest Release
495 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.7 Changes
November 18, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.6...v5.0.7
-
v5.0.6 Changes
November 15, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.5...v5.0.6
-
v5.0.5 Changes
October 27, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.4...v5.0.5
-
v5.0.4 Changes
August 29, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.3...v5.0.4
-
v5.0.3 Changes
April 29, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.2...v5.0.3
-
v5.0.2 Changes
March 25, 2021- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.1...v5.0.2
-
v5.0.1 Changes
March 10, 2021- Small improvements
- ๐ History of changes: see https://github.com/go-chi/chi/compare/v5.0.0...v5.0.1
-
v5.0.0 Changes
February 27, 2021- chi v5,
github.com/go-chi/chi/v5
introduces the adoption of Go's SIV to adhere to the current state-of-the-tools in Go. - chi v1.5.x did not work out as planned, as the Go tooling is too powerful and chi's adoption is too wide.
The most responsible thing to do for everyone's benefit is to just release v5 with SIV, so I present to you all,
chi v5 at
github.com/go-chi/chi/v5
. I hope someday the developer experience and ergonomics I've been seeking will still come to fruition in some form, see https://github.com/golang/go/issues/44550 - ๐ History of changes: see https://github.com/go-chi/chi/compare/v1.5.4...v5.0.0
- chi v5,
-
v4.1.2 Changes
June 02, 2020- ๐ fix that handles MethodNotAllowed with path variables, thank you @caseyhadden for your contribution
- ๐ fix to replace nested wildcards correctly in RoutePattern, thank you @@unmultimedio for your contribution
- ๐ History of changes: see v4.1.1...v4.1.2
-
v4.1.1 Changes
April 16, 2020- ๐ fix for issue #411 which allows for overlapping regexp
route to the correct handler through a recursive tree search, thanks to @Jahaja for the PR/fix! - ๐ new middleware.RouteHeaders as a simple router for request headers with wildcard support
- updated the FileServer example to a much better implementation, see https://github.com/go-chi/chi/blob/master/_examples/fileserver/main.go
- ๐ History of changes: see v4.1.0...v4.1.1
- ๐ fix for issue #411 which allows for overlapping regexp