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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
### Changed
2
+
-**Breaking change** Drop support of Node.js 10. The version [5.0.4](https://github.com/reportportal/agent-js-mocha/releases/tag/v5.0.4) is the latest that supports it.
3
+
-`@reportportal/client-javascript` bumped to version `5.1.4`, new `launchUuidPrintOutput` types introduced: 'FILE', 'ENVIRONMENT'.
4
+
-`mocha` bumped to version `10.7.0`.
5
+
### Security
6
+
- Updated versions of vulnerable packages (braces).
7
+
### Deprecated
8
+
- Node.js 12 usage. This minor version is the latest that supports Node.js 12.
1
9
2
10
## [5.0.4] - 2024-01-19
3
11
### Deprecated
@@ -15,14 +23,11 @@
15
23
-`skippedIssue` config property processing using .mocharc or string values
16
24
- Skipped test duplication
17
25
- Config attributes parsing using .mocharc
18
-
19
26
### Security
20
27
- Versions of several vulnerable dependencies updated
21
-
22
28
### Added
23
29
-`mode` option for submitting results to Debug tab
24
30
- Latest error log to the step description
25
-
26
31
### Changed
27
32
- Package size reduced
28
33
@@ -33,7 +38,6 @@
33
38
## [5.0.0] - 2020-06-22
34
39
### Added
35
40
- Full compatibility with ReportPortal version 5.* (see [reportportal releases](https://github.com/reportportal/reportportal/releases))
36
-
- API to extend the functionality of the reporter (see [Additional reporting functionality](https://github.com/reportportal/agent-js-mocha#additional-reporting-functionality))
37
-
41
+
- API to extend the functionality of the reporter (see [Additional reporting functionality](https://github.com/reportportal/agent-js-mocha#reporting))
38
42
### Deprecated
39
43
- Previous package version [rp-mocha-reporter](https://www.npmjs.com/package/rp-mocha-reporter) will no longer supported by reportportal.io
0 commit comments