# Changelog
# erratum 2.1.0.9000
- Renamed
jab
tobash
# erratum 2.1.0
- Deprecate
enforce
in favour ofresolve
, much easier to memorise - Ability to retrieve the call wherefrom the issue originates (from the
call
field) e
andw
capture the name of the parent function from which they are called- Added
raiser
to change theraise
method. raise.e
andraise.w
to define globalraise
methods- Added
is.problem
to check whether the object is an error or a warning - Fix
jab
when warning or error use a function.
# erratum 2.0.0
- Rename the package from err to erratum: err is already on CRAN.
- Rename
latche
, andlatchw
tolatch.e
, andlatch.w
. - Add
return
method for error escalation.
# erratum 1.0.1
- Add
latche
, andlatchw
to latch errors and warnings onto object to laterenforce
them. - Added
defer_enforce
to defer the enforce to when the function exits.
# erratum 1.0.0
- Initial version