14 |
<div id="jscoverage-main" class="yui-b"> |
<div id="jscoverage-main" class="yui-b"> |
15 |
<h2>News <a href="http://siliconforks.com/jscoverage/news.xml" type="application/rss+xml" title="RSS feed for JSCoverage"><img src="feed-icon-14x14.png" alt="RSS feed"></a></h2> |
<h2>News <a href="http://siliconforks.com/jscoverage/news.xml" type="application/rss+xml" title="RSS feed for JSCoverage"><img src="feed-icon-14x14.png" alt="RSS feed"></a></h2> |
16 |
|
|
17 |
|
<h3><a name="TODO">TODO - JSCoverage 0.4</a></h3> |
18 |
|
<p> |
19 |
|
JSCoverage 0.4 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
20 |
|
</p> |
21 |
|
<p> |
22 |
|
This release includes many new features: |
23 |
|
</p> |
24 |
|
<ul class="list"> |
25 |
|
<li> |
26 |
|
The new <code>jscoverage-server</code> program is provided as an |
27 |
|
alternative to the <code>jscoverage</code> program. The |
28 |
|
<code>jscoverage-server</code> program is a simple HTTP server which |
29 |
|
instruments JavaScript code as it is served; this allows you to execute |
30 |
|
JavaScript and gather code coverage statistics without a preliminary |
31 |
|
step of creating instrumented code. The <code>jscoverage-server</code> |
32 |
|
program can either serve files directly from the filesystem or run as a |
33 |
|
proxy server (with the <code>--proxy</code> option), instrumenting |
34 |
|
JavaScript provided by another web server. |
35 |
|
<li> |
36 |
|
Using <code>jscoverage-server</code>, coverage reports can now be stored |
37 |
|
to the filesystem. |
38 |
|
</li> |
39 |
|
<li> |
40 |
|
JSCoverage now recognizes special JavaScript comments which specify that |
41 |
|
certain lines of code should be ignored in coverage reports. |
42 |
|
</li> |
43 |
|
<li> |
44 |
|
The new <code>--encoding</code> option provides better support for |
45 |
|
different character encodings. |
46 |
|
</li> |
47 |
|
<li> |
48 |
|
The JSCoverage user interface is now faster and more responsive. |
49 |
|
</li> |
50 |
|
<li> |
51 |
|
The new <code>--no-highlight</code> option can be used to disable syntax |
52 |
|
highlighting (giving better performance for large JavaScript files). |
53 |
|
</li> |
54 |
|
</ul> |
55 |
|
|
56 |
<h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3> |
<h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3> |
57 |
<p> |
<p> |
58 |
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |