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
react: support react 18 projects by default (#3491) (82d9bce)
warn slow: warn users for slow runs (#3490) (1103958)
BREAKING CHANGES
file: The File class is no longer part of the public api and is thus no longer exported from @stryker-mutator/api. Plugin creators shouldn't rely on it anymore.
progress: Reporter API method onAllMutantsMatchedWithTests has been replaced by onMutationTestingPlanReady. Please use that for your reporter plugin instead.
progress: Reporter API method onAllSourceFilesRead has been removed, please use onMutationTestReportReady to retrieve the source files.
progress: Reporter API method onSourceFileRead has been removed, please use onMutationTestReportReady to retrieve the source files.
node: Drop support for Node 12. Minimal version is now Node 14.18.0.