Releases: Antontelesh/mochawesome-merge
Releases · Antontelesh/mochawesome-merge
v4.3.0
4.3.0 (2023-03-13)
Features
- stats: calculate correct total duration (2665292)
v4.2.2
4.2.2 (2022-12-09)
Bug Fixes
- stats: correct pending count in stats (#92) (76ad96c)
v4.2.1
4.2.1 (2021-12-03)
Bug Fixes
v4.2.0
4.2.0 (2020-09-23)
Features
- stats: correct start and end date in stats (3dcdd79)
v4.1.0
4.1.0 (2020-06-02)
Features
- cli: add optional --output parameter (6c772d4)
v4.0.3
4.0.3 (2020-03-14)
Bug Fixes
- deps: bump acorn from 5.7.3 to 5.7.4 (#44) (49d3ae0)
v4.0.2
4.0.2 (2020-03-02)
Bug Fixes
- docs: add more examples and migration guide (#43) (bbdd54f)
v4.0.1
4.0.1 (2020-02-19)
Bug Fixes
- deps: bump lodash from 4.17.11 to 4.17.15 (#41) (31ad3ba)
v4.0.0
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
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