All Versions
6
Latest Version
Avg Release Cycle
7 days
Latest Release
2642 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.Errorstruct replaced withtracerr.Errorinterface.
-
v0.2.1 Changes
February 16, 2019➕ Added
- Benchmarks.
- 🐎
DefaultCapvariable 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.modfile.- License.
- ✅ Tests with 100% coverage.
- Travis CI.
🔄 Changed
Error.ErrandError.Framesproperties are now exported.Error.Error()called onnilnow returns empty string instead of panics.- 🖨 All print and sprint functions called with
nilerror now returns or prints empty string instead of panics.
-
v0.1.0 Changes
February 06, 2019➕ Added
- 🎉 Initial version.