Skip to content

Releases: Antontelesh/mochawesome-merge

v4.3.0

13 Mar 16:27
2665292
Compare
Choose a tag to compare

4.3.0 (2023-03-13)

Features

  • stats: calculate correct total duration (2665292)

v4.2.2

09 Dec 15:28
76ad96c
Compare
Choose a tag to compare

4.2.2 (2022-12-09)

Bug Fixes

  • stats: correct pending count in stats (#92) (76ad96c)

v4.2.1

03 Dec 02:57
265f1d9
Compare
Choose a tag to compare

4.2.1 (2021-12-03)

Bug Fixes

v4.2.0

23 Sep 16:36
3dcdd79
Compare
Choose a tag to compare

4.2.0 (2020-09-23)

Features

  • stats: correct start and end date in stats (3dcdd79)

v4.1.0

02 Jun 20:37
6c772d4
Compare
Choose a tag to compare

4.1.0 (2020-06-02)

Features

  • cli: add optional --output parameter (6c772d4)

v4.0.3

14 Mar 05:48
49d3ae0
Compare
Choose a tag to compare

4.0.3 (2020-03-14)

Bug Fixes

  • deps: bump acorn from 5.7.3 to 5.7.4 (#44) (49d3ae0)

v4.0.2

02 Mar 21:07
bbdd54f
Compare
Choose a tag to compare

4.0.2 (2020-03-02)

Bug Fixes

  • docs: add more examples and migration guide (#43) (bbdd54f)

v4.0.1

19 Feb 19:18
31ad3ba
Compare
Choose a tag to compare

4.0.1 (2020-02-19)

Bug Fixes

  • deps: bump lodash from 4.17.11 to 4.17.15 (#41) (31ad3ba)

v4.0.0

26 Dec 18:40
aedc7e8
Compare
Choose a tag to compare

4.0.0 (2019-12-26)

Bug Fixes

  • cli: accept list of source files (0d048bc), closes #33

BREAKING CHANGES

  • cli: options schema changed.
    Now it supports the optional files property, which should include paths to all source report files.
    Can contain glob patterns.

v3.0.0

24 Dec 14:09
Compare
Choose a tag to compare

3.0.0 (2019-12-24)

Features

  • options: migrate API to use glob patterns (5488967)

BREAKING CHANGES

  • options: old API (reportDir and rootDir) has been dropped in favor of the new Glob patterns allowing further configurability for report file names
  • options: drops support for 10.0.0 > Node >= 8.6.0