1.1.1 (2016-07-23)
- remove usage of the deprecated helper._ (dacf9e9)
1.1.0 (2016-07-07)
- reporter: Add callbacks for "writeReport" and "onExit" methods (7e20759)
1.0.0 (2016-05-04)
0.5.5 (2016-03-07)
- in-memory-reporter: Fix bug in new InMemoryReport, now using null-checks (051cffd)
0.5.4 (2016-03-03)
- preprocessor: Call done with error message instead of populating instrumentedCode (c56e4de)
- preprocessor: Support CoffeeScript when using RequireJS (e941e0c), closes #177
- preprocessor: Use _.includes instead of _.contains (3c769d5), closes #212
- Update (dev)dependencies, include missing peer dependency and fix linter errors (bb73158)
- preprocessor: Reset coverageObjRegex before each use (ef3f45c)
- preprocessor: Change paths in windows to use backslash (b0eecbe), closes #178
- preprocessor: Resolve all paths properly (098182f), closes #65
- preprocessor: use absolute paths (27e0b09)
<a name"0.4.2">
- preprocessor: Use
_.contains
instead of_.includes
to avoid braking withlodash@2
(411beb1f)
<a name"0.4.1">
- preprocessor: Add sourcemap support (de3b738b, closes #109)
- reporter: add check coverage thresholds (bc63b158, closes #21)
<a name"0.4.0">
- Drop karma from peerDependencies (eebcc989)
- do not dispose collectors before they are written (9816cd14)
- reporter allow using a externally provided source cachere for reporters change ` (781c126f)
- watermarks are not passed to reporters (a9044055, closes #143, #144)
- when using browserify dont create source code caching (50030df1)
- Karma is no longer a
peerDependency
so it needs to be installed manually. Ref karma-runner/integration-tests#5 (eebcc989)
<a name"0.3.1">
- adding support for including all sources in coverage data (18091753)
<a name"0.3.0">
- Karma-coverage does not ship with additional instrumenter. You need to explicitly install the instrumenter you need.
Removed Ibrik instrumenter that need to be installed explicitly.
Quick list of known community instrumenters :
- Ibrik (CoffeeScript files instrumenter).
- Ismailia (ES6 files instrumenter using Traceur).
- Isparta (ES6 files instrumenter using 6to5).
(626e7b0c)
<a name"0.2.7">
- add in-memory source code caching to support detail reports on compiled CoffeeSc (c1e542a5)
<a name"0.2.6">
- reporters can be configured individually (adcb8e69)
<a name"0.2.5">
- new
subdir
option (309dad4e)
<a name"0.2.4">
- optional option no longer trigger an error when omitted (a2cdf569)
<a name"0.2.3">
- config: instrumenter override option (ee3e68e8)
<a name"0.2.2">
- update the dependencies (77d73e2b)
<a name"0.2.1">
- update istanbul to 0.2.3, ibrik to 1.1.1 (9064ec1e)
<a name"0.2.0">
- no longer write json unless configured (1256fb8b)
- No json coverage is generated by default. If you want that, please use
json
reporter:
coverageReporter: {
type: 'json'
}
// or with multiple reporters
coverageReporter: {
reporters: [
{type: 'html', dir: 'coverage'},
{type: 'json', dir: 'coverage'},
]
}
(1256fb8b)
<a name"0.1.5">
<a name"0.1.4">
<a name"0.1.3">
- update to work with Karma 0.11 (89c98177)
- update instanbul (24126e72)
- support coverage for coffee script (9f802c1c)
- log where the coverage reports are generated (c9ef5c9f)
- add a default config and normalize outputFile path (027fa4fc)
<a name"0.1.2">
<a name"0.1.1">
- update to work with Karma 0.11 (b744d6f2)
<a name"0.1.0">
<a name"0.0.5">
- delay collector disposal until all file writing has completed. (75c4db0e)
- allow multiple report types (4a9afb62)
<a name"0.0.4">
<a name"0.0.3">
- handle no result (5eca4882)
- support coverage per spec (385b6e1f)
<a name"0.0.2">
- Initial release