Changed
- HTML Reporter: Trim whitespace of the filter input. (Nathaniel Furniss) #1573
- CLI: Upgrade
js-reporters
to 2.0.0. #1577
Deprecated
- Core: Warn when setting hooks for a different module. (Ray Cohen) #1586
Fixed
- Assert: Fix
assert.throws()
to fail gracefully when expected class does not match. (Steve McClure) #1530 - CLI: Fix TAP output to support cyclical objects. (Zachary Mulgrew) #1555, js-reporters#104
- CLI: Fix TAP output for the
Infinity
value, previously becamenull
. (Timo Tijhof) #1406 - CLI: Fix TAP output going silent if
console
object is mocked. (Timo Tijhof) #1340