All Versions
41
Latest Version
Avg Release Cycle
31 days
Latest Release
1376 days ago

Changelog History
Page 4

  • v0.7.0 Changes

    April 26, 2018

    โž• Added

    • HandlerWith and HandlerWithPrefix to attach context to a handler

    ๐Ÿ”„ Changed

    • Append nil instead of ErrMissingValue to the context when a value is missing
  • v0.6.0 Changes

    October 26, 2017

    โž• Added

    • HttpError interface for representing errors with an HTTP error context

    โœ‚ Removed

  • v0.5.0 Changes

    August 30, 2017

    โž• Added

    • All error related code from [github.com/goph/stdlib](github.com/goph/stdlib)

    ๐Ÿ”„ Changed

  • v0.4.0 Changes

    August 23, 2017

    ๐Ÿ”„ Changed

    • compositeHandler not exported anymore
    • nullHandler not exported anymore

    โœ‚ Removed

    • ๐Ÿ– Handler interface (use the one in stdlib)
    • Recovery (use the one in stdlib)
  • v0.3.0 Changes

    July 11, 2017

    โž• Added

    • ๐ŸŒฒ Contextual logging of errors
    • ๐Ÿ‘ Contextual error support to Airbrake handler

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Make error level default in Log handler
    • Do not export LogHandler
  • v0.2.2 Changes

    July 07, 2017

    โž• Added

    • โœ… Testing handler wrapping test state
  • v0.2.1 Changes

    June 24, 2017

    ๐Ÿ”„ Changed

    • Errors are passed as messages to loggers
  • v0.2.0 Changes

    June 24, 2017

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ Use go-kit log interface
  • v0.1.2 Changes

    June 22, 2017

    ๐Ÿ”„ Changed

    • HandlerRecover does not return a function anymore
  • v0.1.1 Changes

    June 22, 2017

    โž• Added

    • Recover function (from github.com/goph/stdlib)
    • HandlerRecover to make recovering from a panic easier
    • HandleIfErr to spare ifs in code if the only handling logic is passing to an error handler