Releases: stryker-mutator/stryker-js
Releases · stryker-mutator/stryker-js
v0.2.0
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
Beta 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.