tracerr v0.3.0 Release Notes

Release Date: 2019-03-15 // about 5 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.