All Versions
9
Latest Version
Avg Release Cycle
68 days
Latest Release
1032 days ago

Changelog History

  • v0.5.1 Changes

    June 22, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿšš move type reflection so As will work with external errors (#100)
  • v0.5.0 Changes

    December 25, 2020

    ๐Ÿ”‹ Features

    • provide error assertion with As function (#90)
  • v0.4.1 Changes

    July 08, 2020

    ๐Ÿ› Bug Fixes

    • check for zero length wrapPCs when inserting into stacks (#92)
  • v0.4.0 Changes

    May 20, 2020

    ๐Ÿ› Bug Fixes

    • โž• add helper methods to show correct trace in sentry (#85)

    ๐Ÿ”‹ Features

    • wrap external errors instead of changing them to root errors (#84)
    • try to unwrap external errors during error wrapping (#80)
  • v0.3.0 Changes

    February 13, 2020

    ๐Ÿ› Bug Fixes

    • โœ… return correct stack for local/global vars and add stack tests (#74)

    ๐Ÿ”จ Code Refactoring

    • insert frames during error wrapping instead of unpacking (#70)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ allow error output and stack trace inversion (#73)
  • v0.2.1 Changes

    January 28, 2020

    ๐Ÿ”จ Code Refactoring

    • check for global stack traces instead of forcing NewGlobal (#71)
  • v0.2.0 Changes

    January 17, 2020

    ๐Ÿ› Bug Fixes

    • โž• add discord invite link (#65)
    • copy global root errors to ensure stack traces are isolated (#58, #59)

    ๐Ÿ”‹ Features

    • eris errors are now compatible with sentry error tracing (#60)
    • ๐Ÿ‘Œ improve default formatters and add custom format support (#57)
    • ๐Ÿ‘Œ improve error wrapping, stack trace management, and formatting (#46)
  • v0.1.1 Changes

    December 26, 2019

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update mod file
  • v0.1.0 Changes

    December 25, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ json and str formats support with custom error type
    • โœ… finish implementing and testing Is and Cause
    • ๐Ÿ‘Œ improve default printer and add json printer
    • โž• add error type checking
    • ๐Ÿ‘Œ improve error wrapping and integrate basic default printer
    • โž• add stack trace implementation and root error types