4.0.0-beta.9 (2020-09-30)
Bug Fixes
- config: deprecate function based config (#2499) (8ea3c18)
- core: fix "too many open files" (#2498) (5b7c242)
- instrumenter: only add header when there are mutats (#2503) (8f989cc)
- mutate config: don't warn about files not existing at the default mutate location (#2509) (66c2444), closes #2455
- shebang: support shebang in in files (#2510) (7d2dd80)
Features
- core: add
appendPlugins
command-line option (#2385) (0dec9b8) - core: correct initial test run timing (#2496) (4f5a37e)
- jest-runner: deprecate "create-react-app-ts" (#2497) (0aacc7b)
- test-runner: Add
--maxTestRunnerReuse
support (5919484)
BREAKING CHANGES
- config: exporting a function from stryker.conf.js is deprecated. Please export your config as an object instead, or use a stryker.conf.json file.
Co-authored-by: Nico Jansen jansennico@gmail.com