Skip to content

Latest commit

 

History

History
72 lines (34 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

72 lines (34 loc) · 3.78 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2024-05-09)

Features

  • add support for running in browser (#20) (d2ebe24)

1.6.0 (2022-08-08)

Features

  • handle error object properties with toJSON that throw (143efa2)

1.5.0 (2022-08-06)

Features

  • handle error objects with toJSON that throws (465a741)

1.4.1 (2022-06-26)

1.4.0 (2021-05-15)

Features

1.3.0 (2020-10-29)

Features

1.2.0 (2020-01-07)

Features

  • add support for failed hooks (24974a3)

1.1.1 (2020-01-03)

Bug Fixes

  • remove unnecessary setPrototypeOf (fd6c11d)

1.1.0 (2019-12-24)

Features

1.0.0 (2019-12-22)

Features

  • add JSONSerializeReporter (c7982dc)
  • add nyc coverage (#2) (b37b180)
  • don't include suites or tests in output if empty (896ca8a)
  • remove depedency on Mocha v6 constants (adced36)