- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: go-chi/chi
base: v2.0.0
head repository: go-chi/chi
compare: v2.1.0
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 17a9775 - Browse repository at this point
Copy the full SHA 17a9775View commit details
Commits on Jan 7, 2017
-
Export logger field on DefaultLogFormatter, for ability to change pkg…
… level default logger format
Peter Kieltyka committedJan 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 076deb8 - Browse repository at this point
Copy the full SHA 076deb8View commit details
Commits on Jan 8, 2017
-
Peter Kieltyka committed
Jan 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 73deb7e - Browse repository at this point
Copy the full SHA 73deb7eView commit details
Commits on Jan 15, 2017
-
Remove the content-length header from compressed responses
Laurie Clark-Michalek committedJan 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 9ce1605 - Browse repository at this point
Copy the full SHA 9ce1605View commit details -
Merge pull request #135 from lclarkmichalek/compression-content-length
Remove the content-length header from compressed responses
Peter Kieltyka authoredJan 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 1b368fd - Browse repository at this point
Copy the full SHA 1b368fdView commit details
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 861b94d - Browse repository at this point
Copy the full SHA 861b94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cc7c5 - Browse repository at this point
Copy the full SHA f3cc7c5View commit details -
Merge pull request #137 from cyx/patch-1
OPTIMIZE: Change ServerBaseContext
Peter Kieltyka authoredJan 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 8dd9731 - Browse repository at this point
Copy the full SHA 8dd9731View commit details
Commits on Jan 17, 2017
-
Merge pull request #136 from kevingo/master
Add realip middleware test
Peter Kieltyka authoredJan 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 9d7b95c - Browse repository at this point
Copy the full SHA 9d7b95cView commit details
Commits on Jan 18, 2017
-
Assign method not allowed handler to sub router
Signed-off-by: Jingwen Peng <pengsrc@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 45e2c82 - Browse repository at this point
Copy the full SHA 45e2c82View commit details
Commits on Jan 19, 2017
-
Merge pull request #116 from jiop/master
Fix missing MethodNotAllowed in Router interface
Peter Kieltyka authoredJan 19, 2017 Configuration menu - View commit details
-
Copy full SHA for f55e376 - Browse repository at this point
Copy the full SHA f55e376View commit details -
Merge pull request #139 from prettyxw/master
Assign method not allowed handler to sub router
Peter Kieltyka authoredJan 19, 2017 Configuration menu - View commit details
-
Copy full SHA for bb4b586 - Browse repository at this point
Copy the full SHA bb4b586View commit details
Commits on Jan 25, 2017
-
Remove CloseNotify middleware for go 1.8+, its the default behaviour
Peter Kieltyka committedJan 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 7765b09 - Browse repository at this point
Copy the full SHA 7765b09View commit details
Commits on Feb 13, 2017
-
Compression middleware should implement http.CloseNotifier.
If the underlying writer does not implement http.CloseNotifier, we return a channel that never receives a value. The semantics here is that the client never disconnects before the request is processed, and this is as close to the default behavior as we can get.
Configuration menu - View commit details
-
Copy full SHA for d6e62c5 - Browse repository at this point
Copy the full SHA d6e62c5View commit details
Commits on Feb 14, 2017
-
Merge pull request #154 from chuyeow/compress-with-close-notifier
Compression middleware should implement http.CloseNotifier
Peter Kieltyka authoredFeb 14, 2017 Configuration menu - View commit details
-
Copy full SHA for c85a546 - Browse repository at this point
Copy the full SHA c85a546View commit details -
Add dummy CloseNotify for backwards compatibility.
This makes code that uses middleware.CloseNotify compile on 1.8. Also clarify in the documentation that the middleware only does nothing on Go 1.8+.
Configuration menu - View commit details
-
Copy full SHA for 65e3ee1 - Browse repository at this point
Copy the full SHA 65e3ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d573d1c - Browse repository at this point
Copy the full SHA d573d1cView commit details -
Merge pull request #157 from nkovacs/closenotify-1.8
Add dummy CloseNotify for backwards compatibility.
Peter Kieltyka authoredFeb 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 43fed1c - Browse repository at this point
Copy the full SHA 43fed1cView commit details -
Merge pull request #158 from nkovacs/patch-1
Fix example in middleware.Profiler godoc
Peter Kieltyka authoredFeb 14, 2017 Configuration menu - View commit details
-
Copy full SHA for b206b03 - Browse repository at this point
Copy the full SHA b206b03View commit details -
Peter Kieltyka committed
Feb 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 38b26e7 - Browse repository at this point
Copy the full SHA 38b26e7View commit details
Commits on Feb 16, 2017
-
Rohan Allison committed
Feb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 7e99e62 - Browse repository at this point
Copy the full SHA 7e99e62View commit details -
Merge pull request #160 from rohanthewiz/master
Add Install section to README
Peter Kieltyka authoredFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 5917107 - Browse repository at this point
Copy the full SHA 5917107View commit details
Commits on Feb 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 57ee761 - Browse repository at this point
Copy the full SHA 57ee761View commit details
Commits on Mar 13, 2017
-
Travis to run on 1.7.x and 1.8.x
Peter Kieltyka committedMar 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 34bf22a - Browse repository at this point
Copy the full SHA 34bf22aView commit details
Commits on Mar 14, 2017
-
Find routes by raw url path, fixes #148
Peter Kieltyka committedMar 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 822e7b8 - Browse repository at this point
Copy the full SHA 822e7b8View commit details
Commits on Mar 18, 2017
-
Support inline middlewares for NotFound and MethodNotAllowed
Peter Kieltyka committedMar 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 5b7406a - Browse repository at this point
Copy the full SHA 5b7406aView commit details
Commits on Mar 30, 2017
-
Rewrite of chi/render pkg, introducing Binder and Renderer interfaces…
… for handling well-defined request/response payloads
Peter Kieltyka authored and Peter Kieltyka committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for af97407 - Browse repository at this point
Copy the full SHA af97407View commit details -
Add suggestion about using github.com/pkg/errors for error renderers
Peter Kieltyka authored and Peter Kieltyka committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 2810210 - Browse repository at this point
Copy the full SHA 2810210View commit details -
Update versions example to use latest render subpkg
Peter Kieltyka authored and Peter Kieltyka committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 7f80c65 - Browse repository at this point
Copy the full SHA 7f80c65View commit details -
Update README, CHANGELOG, other comments
Peter Kieltyka authored and Peter Kieltyka committedMar 30, 2017 Configuration menu - View commit details
-
Copy full SHA for e6033ea - Browse repository at this point
Copy the full SHA e6033eaView commit details
There are no files selected for viewing