Releases: kopach/karma-sabarivka-reporter
Releases · kopach/karma-sabarivka-reporter
v3.0.0
Breaking changes
- Now error with correct model schema will be thrown in case of incorrect karma config for
karma-sabarivka-reporter
. So it's easier to understand from CLI how to use reporter and what's wrong if it doesn't work.
Features
- Add tests with 100% code coverage
Other
- Add documentation about karma
plugins
section (closes #24, thanks @johnthagen)
- setup CI to calculate code coverage
v2.1.0
Features
- Update Typescript to v3.7.5
- Update all other dependencies to the latest possible
- Remove code minification
Other
- update of readme.md
- Instrument script with strict TypeScript types
- Setup Greenkeeper integration
v2.0.3
Other
- Documentation improvement
v2.0.2
Other
- Documentation improvement
v2.0.1
Other
- Version update (previous package version was published to npm incorrectly, so republished)
v2.0.0
Breaking changes
- Remove
exclude
config option (closes issue #6)
v1.1.1
Other
- update of readme.md, make explanation of
exclude
statement more clear
v1.1.0
Features
- add support for multiple include/exclude statements. Now it's possible to pass list of strings.
Other
- update of readme.md
- small fixes, optimizations