All Versions
8
Latest Version
Avg Release Cycle
220 days
Latest Release
2079 days ago

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