v0.4.0 (2020-02-07)
- Add more info to README.md.
- Removed
Handle()
. panik.value
is nowpanik.Value
, allowing users to inspect the value.- Changed signature of
Panic()
to be consistent withpanic()
. - Simplified API.
Handle()
.panik.value
is now panik.Value
, allowing users to inspect the value.Panic()
to be consistent with panic()
.