Skip to content

Releases: JuliaServices/ExceptionUnwrapping.jl

v0.1.9

07 Jun 03:02
6ddb500
Compare
Choose a tag to compare
Release 0.1.9

v0.1.2

27 Aug 02:05
Compare
Choose a tag to compare

ExceptionUnwrapping v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Add is_wrapped_exception(e) function (#4) (@NHDaly)
  • Fix test_throws_wrapped to print the correct message on unexpected pass (#5) (@NHDaly)

v0.1.1

01 Apr 19:02
8f3ff38
Compare
Choose a tag to compare

ExceptionUnwrapping v0.1.1

Diff since v0.1.0

Closed issues:

  • Register this Package! (#2)

Merged pull requests:

  • Add at-test_throws_wrapped to supplement at-test_throws (#3) (@NHDaly)

v0.1.0

21 Mar 17:09
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2020-03-18)

Diff since dddaf30f973e1bc884fac46b4220ba4480f4b1a2

Merged pull requests:

  • Extend support back to Julia 1.0; add custom struct tests (#1) (NHDaly)