Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

v1.1.0

Latest
Compare
Choose a tag to compare
@esdmr esdmr released this 05 Sep 20:06
· 118 commits to master since this release
v1.1.0
4498b3c

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 a WrappedError.
  • fac1734: New function isInstanceOf.
  • b61505e: Allow assertions to be detailed with contextual information. Additionally, this allows the full message to be formatted.

Patch Changes

  • b61505e: Fix PrimitiveError and WrappedError having enumerable properties, duplicating output.