1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 |
<html> |
3 |
<head> |
4 |
<title>JSCoverage - news</title> |
5 |
<link rel="alternate" type="application/rss+xml" href="http://siliconforks.com/jscoverage/news.xml" title="RSS feed for JSCoverage"> |
6 |
<link rel="stylesheet" type="text/css" href="reset-fonts-grids.css"> |
7 |
<link rel="stylesheet" type="text/css" href="style.css"> |
8 |
</head> |
9 |
<body> |
10 |
<div id="doc3" class="yui-t5"> |
11 |
<div id="hd"><h1><a href="./">JSCoverage</a><br><span class="tag">code coverage for JavaScript</span></h1></div> |
12 |
<div id="bd"> |
13 |
<div id="yui-main"> |
14 |
<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> |
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> |
57 |
<p> |
58 |
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |
59 |
</p> |
60 |
|
61 |
<h3><a name="20080324">March 24, 2008 - JSCoverage in Debian GNU/Linux</a></h3> |
62 |
<p> |
63 |
JSCoverage is now <a href="http://packages.debian.org/sid/jscoverage">available</a> in the Debian unstable distribution. |
64 |
</p> |
65 |
|
66 |
<h3><a name="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3> |
67 |
<p> |
68 |
JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
69 |
</p> |
70 |
<p> |
71 |
This release has a number of bug fixes: |
72 |
</p> |
73 |
<ul class="list"> |
74 |
<li> |
75 |
It should now be possible to run the native Windows version of <code>jscoverage</code> |
76 |
with minimal privileges. |
77 |
</li> |
78 |
<li> |
79 |
All files used by JSCoverage now use a <code>jscoverage</code> |
80 |
prefix to avoid name collisions. |
81 |
</li> |
82 |
<li> |
83 |
Compilation bugs which occurred under some versions of MSYS have been fixed. |
84 |
</li> |
85 |
<li> |
86 |
Various documentation improvements. |
87 |
</li> |
88 |
</ul> |
89 |
|
90 |
<h3><a name="20070826">August 26, 2007 - JSCoverage 0.3</a></h3> |
91 |
<p> |
92 |
JSCoverage 0.3 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
93 |
</p> |
94 |
<p> |
95 |
This release has the following new features: |
96 |
</p> |
97 |
<ul class="list"> |
98 |
<li> |
99 |
The coverage summary now displays bar graphs (thanks to Ross Simpson). |
100 |
</li> |
101 |
<li> |
102 |
A progress bar is displayed for lengthy computations. |
103 |
</li> |
104 |
<li> |
105 |
JavaScript syntax highlighting has improved. |
106 |
</li> |
107 |
<li> |
108 |
The display of missed statements can be turned on and off. |
109 |
</li> |
110 |
<li> |
111 |
New "inverted mode" provides better support for working with <a href="http://www.jsunit.net/">JsUnit</a>. |
112 |
</li> |
113 |
</ul> |
114 |
|
115 |
<h3><a name="20070823">August 23, 2007 - JSCoverage in Linux Format magazine</a></h3> |
116 |
<p> |
117 |
JSCoverage is in the October 2007 issue of Linux Format magazine |
118 |
(<a href="http://www.linuxformat.co.uk/modules.php?op=modload&name=NewArchives&issue=97">table of contents</a>). |
119 |
</p> |
120 |
|
121 |
<h3><a name="20070731">July 31, 2007 - Subversion repository now available</a></h3> |
122 |
<p> |
123 |
See the <a href="http://siliconforks.com/jscoverage/download.html">download page</a> for instructions on accessing the Subversion repository. |
124 |
</p> |
125 |
|
126 |
<h3><a name="20070708">July 8, 2007 - JSCoverage 0.2</a></h3> |
127 |
<p> |
128 |
JSCoverage 0.2 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
129 |
</p> |
130 |
<p> |
131 |
JSCoverage 0.2 features a new tabbed user interface. |
132 |
</p> |
133 |
|
134 |
<h3><a name="20070701">July 1, 2007 - JSCoverage 0.1.1</a></h3> |
135 |
<p> |
136 |
JSCoverage 0.1.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
137 |
</p> |
138 |
<p> |
139 |
JSCoverage 0.1.1 fixes a bug that can cause large JavaScript files to be truncated when viewed with Opera. |
140 |
</p> |
141 |
|
142 |
<h3><a name="20070615">June 15, 2007 - documentation of JSCoverage internals</a></h3> |
143 |
<p> |
144 |
A new document, |
145 |
<a href="http://siliconforks.com/doc/parsing-javascript-with-spidermonkey/">Parsing JavaScript with SpiderMonkey</a>, |
146 |
describes the technique used by JSCoverage to parse JavaScript programs. |
147 |
</p> |
148 |
|
149 |
<h3><a name="20070530">May 30, 2007 - new examples</a></h3> |
150 |
<p> |
151 |
Added some <a href="demo.html">examples</a> of running JSCoverage on popular JavaScript libraries. |
152 |
</p> |
153 |
|
154 |
<h3><a name="20070526">May 26, 2007 - JSCoverage 0.1</a></h3> |
155 |
<p> |
156 |
JSCoverage 0.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
157 |
</p> |
158 |
</div> |
159 |
</div> |
160 |
<div id="jscoverage-sidebar" class="yui-b"> |
161 |
<ul> |
162 |
<li><a href="./">Home</a> |
163 |
<li>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> |
164 |
<li><a href="manual.html">Documentation</a> |
165 |
<li><a href="demo.html">Demo</a> |
166 |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
167 |
<li><a href="faq.html">FAQ</a> |
168 |
<li><a href="help.html">Help</a> |
169 |
<li><a href="license.html">License</a> |
170 |
<li><a href="links.html">Links</a> |
171 |
</ul> |
172 |
</div> |
173 |
</div> |
174 |
<div id="ft"> |
175 |
<address> |
176 |
Copyright © 2007, 2008 <a href="http://siliconforks.com/"><img src="siliconforks-16x16.png" width="16" height="16" class="icon" alt="Silicon Forks"></a> <a href="http://siliconforks.com/">siliconforks.com</a><br> |
177 |
Last updated March 31, 2008<br> |
178 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
179 |
</address> |
180 |
</div> |
181 |
</div> |
182 |
</body> |
183 |
</html> |