| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| errors 0.7.1.tar.gz | 2016-08-22 | 9.0 kB | |
| errors 0.7.1.zip | 2016-08-22 | 12.2 kB | |
| README.md | 2016-08-22 | 848 Bytes | |
| Totals: 3 Items | 22.0 kB | 0 | |
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
StackTraceinterface tostacktracerin 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/errorsis 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