Skip to content

Releases: stryker-mutator/stryker-js

v0.2.0

08 Apr 11:07
Compare
Choose a tag to compare

Changes:

  • Changed stryker's arguments: You now have to supply a list with all files and a list of files you want to mutate
  • Added support for globbing
  • Added API documentation
  • Typings are no longer part of the repository but are installed using a grunt task
  • Fixed the mutation testing getting stuck

v0.1.0

25 Mar 07:48
Compare
Choose a tag to compare

Changes:

  • Fixed test selection based on code coverage
  • Karma's code coverage is no longer saved to disk but instead reported in-memory
  • An NPM install of Stryker now compiles the TypeScript code

Beta release

24 Mar 11:48
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

This milestone release marks the first release of stryker on npm.

Changes since the initial project went public on GitHub include:

  • Changed the codebase from JavaScript to TypeScript
  • Karma servers are kept alive when testing mutants
  • Introduced new modular architecture. Later releases will split stryker into multiple packages
  • Fixed cases in which the incorrect line of code was reported for a survived mutant

Known issues:

  • All tests are ran for every mutant. This will be fixed in v0.1.0.