tracerr v0.3.0 Release Notes

Release Date: 2019-03-15 // about 4 years ago
  • ➕ Added

    • tracerr.CustomError() that allows to create error with custom stack trace.

    🔄 Changed

    • *tracerr.Error struct replaced with tracerr.Error interface.

Previous changes from v0.2.1

  • ➕ Added

    • Benchmarks.
    • 🐎 DefaultCap variable for performance tuning purposes.

    🔄 Changed

    • 🐎 Stack trace performance optimisation.