All Versions
8
Latest Version
Avg Release Cycle
220 days
Latest Release
2271 days ago
Changelog History
Changelog History
-
v2.3.0
August 15, 2018 -
v2.2.3
August 15, 2018 -
v2.2.2
August 15, 2018 -
v2.2.1
August 15, 2018 -
v2.2
December 15, 2014 -
v2.1
December 15, 2014 -
v2.0 Changes
August 06, 2014๐ฅ Breaking changes
Some adapters had some confusing namings around combinations of the words ๐ Handle(r) Serve(r) and Wrapper.
The following adapters were renamed, since there were confusing:
ServeWrapper => NextHandler ServeHandlerFunc => NextHandlerFunc
๐ The ServeHandler interface and the ServeHandleFunc were removed.
โ These changes affect the go-on/wrap-contrib and go-on/wrap-contrib-testing repositories which have been changed to be again compatible with wrap.
Apart from that not many users should be affected.
๐ New features
- Contexter interface for unified context sharing between middleware
- ๐ support for debugging
- ๐ improved documentation with examples
- response writer wrappers to help the creation of middlewares
- helpers to extract the original ResponseWriter out of a Contexter
-
v1.0 Changes
May 28, 2014๐ Features
- Wrapper interface for middleware
- ๐ New function to create a stack of Wrappers
- adapters
- benchmark