errors v0.7.1 Release Notes

Release Date: 2016-08-22 // over 7 years ago
  • What's new since version 0.7.0

    ๐Ÿ›  0.7.1 is a minor release in the 0.7 series which contains bugfixes, documentation improvements and cleanups and some internal refactoring.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“„ Rename StackTrace interface to stacktracer in docs and examples.
    • Capitalise first letter of trace in examples. Thanks @jongillham
    • ๐Ÿ–จ Wrapped errors now print full stacktrace.
    • ๐Ÿ“š Documentation improvements, #69. Thanks @AlekSi
    • โž• Added benchmarks comparing stack trace performance. Fixes #72. Thanks @kardianos

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix %q format for wrapped errors. Thanks @greensnark
    • โœ‚ Remove trailing newline from LICENSE file. Thanks @vbatts
    • โœ… Tests now pass when pkg/errors is vendored. Fixes #77. Thanks @exp
    • ๐Ÿ›  Fix the %q format for errors so it puts "" around the output (caused by a bug introduced between 0.7.0 and 0.7.1). Thanks @ncw