Skip to content

Releases: stryker-mutator/stryker-js

v8.2.0

29 Jan 10:52
Compare
Choose a tag to compare

8.2.0 (2024-01-29)

Features

v8.1.0

29 Jan 09:47
Compare
Choose a tag to compare

8.1.0 (2024-01-29)

Bug Fixes

  • deps: update a lot of dependencies (#4691) (5b45fa6)
  • deps: update dependency angular-html-parser to ~5.2.0 (#4649) (2d998e2)

Features

  • core: Add .next, .nuxt and .svelte-kit to ignorePattern (#4645) (ddc28ea)
  • instrumenter: support .mts and .cts file extensions (#4694) (7a09c75)

v8.0.0

30 Nov 19:53
Compare
Choose a tag to compare

8.0.0 (2023-11-30)

Bug Fixes

  • core: short circuit test executor when no tests and allowEmpty (#4477) (ce3e5cd)
  • deps: update dependency @cucumber/messages to v23 (#4540) (0472118)
  • deps: update dependency angular-html-parser to v5 (#4533) (fb5a167)
  • deps: update dependency emoji-regex to v10 (#4496) (418688b)
  • deps: update dependency tap-parser to ~15.3.0 (#4492) (5ababb3)
  • deps: update mutation-testing-elements monorepo to v2.0.5 (#4536) (45e3ae6)
  • jest-runner: support handleTestEvent class property (#4623) (23f557d)

Features

BREAKING CHANGES

v7.3.0

15 Oct 13:49
Compare
Choose a tag to compare

7.3.0 (2023-10-15)

Bug Fixes

  • core: disableTypeChecks true only forces ts-like file match (#4485) (31f3411)
  • cucumber: support cucumber 10 (74c75b6)
  • deps: update dependency commander to ~11.1.0 (#4483) (ab03c0d)
  • deps: update dependency tap-parser to v15 (#4457) (f3f16c3)
  • package: don't publish test and tsbuildinfo. (#4464) (ae3d2d8)

Features

  • Ignorer plugin: support ignorer plugins (#4487) (4fe1000)
  • plugin: add support for declareValuePlugin (#4490) (a3c35ca)

v7.2.0

02 Oct 14:39
Compare
Choose a tag to compare

7.2.0 (2023-10-02)

Bug Fixes

Features

  • config: allow suffix 'config' to config filename (#4308) (fc8596e)
  • reporter: configurable clear-text reporter (#4330) (74bcc74)
  • string mutations: don't mutate Symbol descriptions (#4407) (bdd0d5c)

v7.1.1

15 Jul 08:36
Compare
Choose a tag to compare

7.1.1 (2023-07-15)

Bug Fixes

Features

v7.1.0

24 Jun 10:14
Compare
Choose a tag to compare

7.1.0 (2023-06-24)

Bug Fixes

Features

v7.0.2

08 Jun 10:46
Compare
Choose a tag to compare

7.0.2 (2023-06-08)

Bug Fixes

v7.0.1

03 Jun 09:50
Compare
Choose a tag to compare

7.0.1 (2023-06-03)

Bug Fixes

  • deps: update @stryker-mutator/core peer dep (9dd4a76)

v7.0.0

02 Jun 16:55
Compare
Choose a tag to compare

7.0.0 (2023-06-02)

Bug Fixes

  • core: improve no-mutate warning (#4248) (6bf7a56)
  • deps: update babel monorepo (#4233) (a8f2c1e)
  • deps: update dependency @cucumber/messages to v22 (#4091) (ad6f82b)
  • deps: update dependency inquirer to ~9.2.0 (#4137) (d985780)
  • deps: update dependency minimatch to v8 (#4079) (af4a62c)
  • deps: update dependency mutation-testing-elements to v2 (#4148) (50071e6)
  • deps: update dependency semver to v7.4.0 (#4101) (c317294)
  • deps: update dependency semver to v7.5.0 (#4121) (4c8dade)
  • deps: update dependency tap-parser to v13 (#4116) (161f099)
  • deps: update dependency tslib to v2.5.2 (#4241) (4cd2a86)
  • deps: update dependency weapon-regex to ~1.1.0 (#4102) (899ae6e)
  • deps: update mutation-testing-elements monorepo to v2.0.1 (#4182) (c1b7312)
  • deps: update mutation-testing-metrics and mutation-report-schema to v2 (#4154) (9b77a3f)
  • incremental: correctly identify removed test files (#4134) (7342ac6)
  • instrumenter: Use globalThis when available (#4169) (7d1e58e)
  • Reporter API: use 1-based locations with onMutantTested (#4158) (f5227e0)
  • tap-runner: add glob as a dependency (#4225) (ba6bb7e)
  • vitest: explicitly error when browser-mode is enabled (#4243) (e70ff30)
  • vitest: use cwd for communication dir (#4217) (736d97c)

chore

Features

BREAKING CHANGES

  • type-checking: disableTypeChecks is now true by default. You can use this configuration to opt out:
{
  "disableTypeChecks": "{test,src,lib}/**/*.{js,ts,jsx,tsx,html,vue,cts,mts}"
}
  • reporter-api: The event onAllMutantsTested has been removed. Plugin creators should use onMutationTestReportReady instead.
  • esm: Deep (and undocumented) imports from @stryker-mutator/core or one of the plugins will no longer work. If you want to import something that's not available, please let us know by opening an issue
  • node: Node 14 is no longer supported. Please install an LTS version of node: nodejs.org/