Releases: ctrf-io/newman-reporter-ctrf-json
Releases · ctrf-io/newman-reporter-ctrf-json
v0.0.14-next.0
Immutable
release. Only release title and notes can be modified.
This prerelease stages the Newman CTRF reporter as an ESM-first dual package.
- Added dual-package ESM/CJS output and modern package exports in #67.
- Migrated tests to Vitest and aligned CI, including Newman-style integration validation, in #66.
- Updated release workflow and tooling in #62, #63, #64, and #65.
- Various dependency upgrades and maintenance updates are also included.
Full Changelog: v0.0.13-next-1...v0.0.14-next.0
Thanks to @Ma11hewThomas and @dependabot[bot] for contributions included in this release.
v0.0.13-next-1
What's Changed
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #30
- chore(deps-dev): bump jest from 29.7.0 to 30.2.0 by @dependabot[bot] in #31
- chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.32.0 by @dependabot[bot] in #32
- chore: upgrade dev dependencies by @Ma11hewThomas in #36
- chore(deps-dev): bump eslint-config-prettier from 9.1.2 to 10.1.8 by @dependabot[bot] in #40
- chore: upgrade dev dependencies by @Ma11hewThomas in #42
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #43
- chore: add pre-release support to release workflow by @Ma11hewThomas in #44
- feat: add ctrf@0.2.0-next-0 as dependency by @Ma11hewThomas in #45
Full Changelog: v0.0.13...v0.0.13-next-1
v0.0.13
What's Changed
- handle no assertions by @Ma11hewThomas in #10
- add message and trace by @Ma11hewThomas in #11
- add suite type by @Ma11hewThomas in #12
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #13
- include skipped Postman assertion step write individual test status by @beyond-danube in #21
- get full suite name from collection object by @beyond-danube in #25
- set the response time default to 0 by @Ben82 in #26
- handle test reporting when NewmanRunExecution.response is null by @Dieff in #27
New Contributors
- @Ma11hewThomas made their first contribution in #10
- @dependabot[bot] made their first contribution in #13
- @beyond-danube made their first contribution in #21
- @Ben82 made their first contribution in #26
- @Dieff made their first contribution in #27
Full Changelog: https://github.com/ctrf-io/newman-reporter-ctrf-json/commits/v0.0.13