All Versions
6
Latest Version
Avg Release Cycle
7 days
Latest Release
2004 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
March 15, 2019โ Added
tracerr.CustomError()
that allows to create error with custom stack trace.
๐ Changed
*tracerr.Error
struct replaced withtracerr.Error
interface.
-
v0.2.1 Changes
February 16, 2019โ Added
- Benchmarks.
- ๐
DefaultCap
variable for performance tuning purposes.
๐ Changed
- ๐ Stack trace performance optimisation.
-
v0.2.0 Changes
February 15, 2019โ Added
tracerr.Unwrap()
andError.Unwrap()
that returns the original error.
-
v0.1.2 Changes
February 12, 2019๐ Changed
- RWMutex added for files caching, which fixing concurrent cache writing or writing-reading if any.
-
v0.1.1 Changes
February 09, 2019โ Added
- ๐ Changelog.
go.mod
file.- License.
- โ Tests with 100% coverage.
- Travis CI.
๐ Changed
Error.Err
andError.Frames
properties are now exported.Error.Error()
called onnil
now returns empty string instead of panics.- ๐จ All print and sprint functions called with
nil
error now returns or prints empty string instead of panics.
-
v0.1.0 Changes
February 06, 2019โ Added
- ๐ Initial version.