negroni v0.2.0 Release Notes

Release Date: 2016-05-10 // almost 8 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for variadic handlers in New()
    • โž• Added Negroni.Handlers() to fetch all of the handlers for a given chain
    • ๐Ÿ‘ Allowed size in Recovery handler was bumped to 8k
    • Negroni.UseFunc to push another handler onto the chain

    ๐Ÿ”„ Changed

    • Set the status before calling beforeFuncs so the information is available to them
    • 0๏ธโƒฃ Set default status to 200 in the case that no handler writes status -- was previously 0
    • Panic if nil handler is given to negroni.Use