You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: drop support for Node versions older than 6
BREAKING CHANGE: This commit drops support for versions of Node
that are no longer maintained.
* feat: change error comparison algorithm
BREAKING CHANGE: Previously, `Error` objects were compared using
strict equality. This commit causes `Error` objects to be compared
using deep equality instead, but treats them as a special case by
including their `name` and `message` properties in the comparison,
regardless of enumerability.
0 commit comments