Releases: stryker-mutator/stryker-js
Releases · stryker-mutator/stryker-js
v5.6.0
5.6.0 (2022-01-09)
Bug Fixes
- jasmine: correct peer dependency for jasmine (#3341) (07b50a9)
- report: dramatically improve rendering performance of HTML report (ad38c82)
- tsconfig: force declarationDir false for non-build projects (#3313) (461f39c)
Features
- clear-text reporter: show n/a instead of NaN (68c5c51)
v5.5.1
v5.5.0
5.5.0 (2021-11-23)
Bug Fixes
- instrumenter: don't mutate TS generics (#3268) (88d6eaf)
- logging: don't log log4js category to file as well (31609a5)
- util: clear require.cache behavior on case-insensitive file systems (#3194) (39e3d86)
Features
- checkers: allow custom checker node args (#3179) (82c4435)
- cli: display suggestions on error (#3216) (9ed98e8)
- config: Add link to docs when generating a custom config (#3235) (7c999b8)
- hit limit: infinite loop prevention in jasmine-runner (#3199) (bc792e0)
- hit limit: infinite loop prevention in mocha-runner (f5a7d1d)
- html: new diff-view when selecting mutants (#3263) (8b253ee)
- init: add buildCommand question when running (#3213) (b9d5980)
- jest-runner: support
--findRelatedTests
in dry run (#3234) (b2e4584) - mutators: Implement missing AssignmentOperatorMutator (#3203) (95b694b)