This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Minor Changes
- fac1734: Add equality operators:
isEqual
,isNotEqual
. - fac1734: Add inequality operators:
isGreater
,isGreaterOrEqual
,isLess
,isLessOrEqual
. - b61505e: New function
wrap
to format messages before creating aWrappedError
. - fac1734: New function
isInstanceOf
. - b61505e: Allow assertions to be
detail
ed with contextual information. Additionally, this allows the full message to be formatted.
Patch Changes
- b61505e: Fix
PrimitiveError
andWrappedError
having enumerable properties, duplicating output.