All Versions
6
Latest Version
Avg Release Cycle
7 days
Latest Release
1869 days ago

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 with tracerr.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() and Error.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 and Error.Frames properties are now exported.
    • Error.Error() called on nil 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.