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, 2009 - JSCoverage 0.5</a></h3> |
18 |
<p> |
19 |
JSCoverage 0.5 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
20 |
</p> |
21 |
<p> |
22 |
This release contains a number of new features and bug fixes: |
23 |
</p> |
24 |
<ul class="list"> |
25 |
<li> |
26 |
The method used to calculate overall percentage code coverage for all |
27 |
files has changed. Previously, the calculation was done using an |
28 |
unweighted average: each file's percentage code coverage contributed |
29 |
equally to the total, regardless of the number of lines of code in the |
30 |
file. Now, the calculation is done using a weighted average. This |
31 |
fixes |
32 |
<a href="http://siliconforks.com/jscoverage/bugs/6">bug #6</a> (thanks to |
33 |
Liu Cougar). |
34 |
</li> |
35 |
<li> |
36 |
Contiguous lines in the "Missing" column are now grouped together (thanks to |
37 |
Liu Cougar). |
38 |
</li> |
39 |
<li> |
40 |
The "Source" tab is no longer empty when code being tested throws an |
41 |
uncaught exception |
42 |
(fixing <a href="http://siliconforks.com/jscoverage/bugs/5">bug #5</a>) |
43 |
</li> |
44 |
<li> |
45 |
Previously, certain uses of the <code>new</code> operator were |
46 |
instrumented incorrectly; this has now been fixed |
47 |
(thanks to Guillaume Lung). |
48 |
</li> |
49 |
<li> |
50 |
The <code>jscoverage-server</code> program now allows more characters in |
51 |
URLs (thanks to Guillaume Lung). |
52 |
</li> |
53 |
<li> |
54 |
The <code>jscoverage-server</code> program now handles HTTP headers with |
55 |
empty values (thanks to Velo). |
56 |
</li> |
57 |
<li> |
58 |
The <code>jscoverage</code> program now refuses to instrument code which |
59 |
has already been instrumented (thanks to Velo). |
60 |
</li> |
61 |
<li> |
62 |
URLs containing spaces now work correctly (thanks to Igor Papkov). |
63 |
</li> |
64 |
<li> |
65 |
Previously, on Windows, the <code>jscoverage</code> program |
66 |
was unable to instrument a directory in a drive root; this has now been |
67 |
fixed. |
68 |
</li> |
69 |
<li> |
70 |
A limitation of 65,535 lines per file and 65,535 characters per line has |
71 |
been removed. |
72 |
</li> |
73 |
<li> |
74 |
Floating-point numbers are how handled with improved precision. |
75 |
</li> |
76 |
<li> |
77 |
The <code>jscoverage-server</code> program can no longer bind to the same port multiple times on Windows. |
78 |
</li> |
79 |
<li> |
80 |
Some bugs in <code>jscoverage-server</code>'s handling of the "chunked" |
81 |
Transfer-Encoding have been fixed. |
82 |
</li> |
83 |
</ul> |
84 |
|
85 |
<h3><a name="20081211">December 11, 2008 - JSCoverage 0.4</a></h3> |
86 |
<p> |
87 |
JSCoverage 0.4 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
88 |
</p> |
89 |
<p> |
90 |
This release includes many new features: |
91 |
</p> |
92 |
<ul class="list"> |
93 |
<li> |
94 |
The new <code>jscoverage-server</code> program is provided as an |
95 |
alternative to the <code>jscoverage</code> program. The |
96 |
<code>jscoverage-server</code> program is a simple HTTP server which |
97 |
instruments JavaScript code as it is served; this allows you to execute |
98 |
JavaScript and gather code coverage statistics without a preliminary |
99 |
step of creating instrumented code. The <code>jscoverage-server</code> |
100 |
program can either serve files directly from the filesystem or run as a |
101 |
proxy server (with the <code>--proxy</code> option), instrumenting |
102 |
JavaScript provided by another web server. |
103 |
<li> |
104 |
Using <code>jscoverage-server</code>, coverage reports can now be stored |
105 |
to the filesystem. |
106 |
</li> |
107 |
<li> |
108 |
JSCoverage now recognizes special JavaScript comments which specify that |
109 |
certain lines of code should be ignored in coverage reports. |
110 |
</li> |
111 |
<li> |
112 |
The new <code>--encoding</code> option provides better support for |
113 |
different character encodings. |
114 |
</li> |
115 |
<li> |
116 |
The JSCoverage user interface is now faster and more responsive. |
117 |
</li> |
118 |
<li> |
119 |
The new <code>--no-highlight</code> option can be used to disable syntax |
120 |
highlighting (giving better performance for large JavaScript files). |
121 |
</li> |
122 |
<li> |
123 |
The build system has been modified so that <code>make install</code> |
124 |
only installs the <code>jscoverage</code> and |
125 |
<code>jscoverage-server</code> executables and their manual pages. |
126 |
(Previous versions installed SpiderMonkey library and executable files, |
127 |
which could conflict with other versions of SpiderMonkey installed on |
128 |
your system.) |
129 |
</li> |
130 |
<li> |
131 |
JSCoverage now supports several features beyond those found in the |
132 |
<cite>ECMAScript Language Specification</cite>, including the following: |
133 |
<ul class="list"> |
134 |
<li>getters and setters |
135 |
<li><code>for each</code> loops |
136 |
<li>generators and iterators |
137 |
<li>the <code>let</code> keyword |
138 |
<li>destructuring assignment |
139 |
<li>array comprehensions |
140 |
<li>expression closures |
141 |
<li>generator expressions |
142 |
</ul> |
143 |
Use the new <code>--js-version</code> option to enable these features. |
144 |
</li> |
145 |
</ul> |
146 |
<p> |
147 |
The GCC C++ compiler (<code>g++</code>) is now required to compile |
148 |
JSCoverage. (Previously, only the C compiler was needed.) |
149 |
</p> |
150 |
<p> |
151 |
Please report any bugs you find using the new <a href="http://siliconforks.com/jscoverage/bugs/">bug tracker</a>. |
152 |
</p> |
153 |
|
154 |
<h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3> |
155 |
<p> |
156 |
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |
157 |
</p> |
158 |
|
159 |
<h3><a name="20080324">March 24, 2008 - JSCoverage in Debian GNU/Linux</a></h3> |
160 |
<p> |
161 |
JSCoverage is now <a href="http://packages.debian.org/sid/jscoverage">available</a> in the Debian unstable distribution. |
162 |
</p> |
163 |
|
164 |
<h3><a name="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3> |
165 |
<p> |
166 |
JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
167 |
</p> |
168 |
<p> |
169 |
This release has a number of bug fixes: |
170 |
</p> |
171 |
<ul class="list"> |
172 |
<li> |
173 |
It should now be possible to run the native Windows version of <code>jscoverage</code> |
174 |
with minimal privileges. |
175 |
</li> |
176 |
<li> |
177 |
All files used by JSCoverage now use a <code>jscoverage</code> |
178 |
prefix to avoid name collisions. |
179 |
</li> |
180 |
<li> |
181 |
Compilation bugs which occurred under some versions of MSYS have been fixed. |
182 |
</li> |
183 |
<li> |
184 |
Various documentation improvements. |
185 |
</li> |
186 |
</ul> |
187 |
|
188 |
<h3><a name="20070826">August 26, 2007 - JSCoverage 0.3</a></h3> |
189 |
<p> |
190 |
JSCoverage 0.3 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
191 |
</p> |
192 |
<p> |
193 |
This release has the following new features: |
194 |
</p> |
195 |
<ul class="list"> |
196 |
<li> |
197 |
The coverage summary now displays bar graphs (thanks to Ross Simpson). |
198 |
</li> |
199 |
<li> |
200 |
A progress bar is displayed for lengthy computations. |
201 |
</li> |
202 |
<li> |
203 |
JavaScript syntax highlighting has improved. |
204 |
</li> |
205 |
<li> |
206 |
The display of missed statements can be turned on and off. |
207 |
</li> |
208 |
<li> |
209 |
New "inverted mode" provides better support for working with <a href="http://www.jsunit.net/">JsUnit</a>. |
210 |
</li> |
211 |
</ul> |
212 |
|
213 |
<h3><a name="20070823">August 23, 2007 - JSCoverage in Linux Format magazine</a></h3> |
214 |
<p> |
215 |
JSCoverage is in the October 2007 issue of Linux Format magazine |
216 |
(<a href="http://www.linuxformat.co.uk/modules.php?op=modload&name=NewArchives&issue=97">table of contents</a>). |
217 |
</p> |
218 |
|
219 |
<h3><a name="20070731">July 31, 2007 - Subversion repository now available</a></h3> |
220 |
<p> |
221 |
See the <a href="http://siliconforks.com/jscoverage/download.html">download page</a> for instructions on accessing the Subversion repository. |
222 |
</p> |
223 |
|
224 |
<h3><a name="20070708">July 8, 2007 - JSCoverage 0.2</a></h3> |
225 |
<p> |
226 |
JSCoverage 0.2 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
227 |
</p> |
228 |
<p> |
229 |
JSCoverage 0.2 features a new tabbed user interface. |
230 |
</p> |
231 |
|
232 |
<h3><a name="20070701">July 1, 2007 - JSCoverage 0.1.1</a></h3> |
233 |
<p> |
234 |
JSCoverage 0.1.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
235 |
</p> |
236 |
<p> |
237 |
JSCoverage 0.1.1 fixes a bug that can cause large JavaScript files to be truncated when viewed with Opera. |
238 |
</p> |
239 |
|
240 |
<h3><a name="20070615">June 15, 2007 - documentation of JSCoverage internals</a></h3> |
241 |
<p> |
242 |
A new document, |
243 |
<a href="http://siliconforks.com/doc/parsing-javascript-with-spidermonkey/">Parsing JavaScript with SpiderMonkey</a>, |
244 |
describes the technique used by JSCoverage to parse JavaScript programs. |
245 |
</p> |
246 |
|
247 |
<h3><a name="20070530">May 30, 2007 - new examples</a></h3> |
248 |
<p> |
249 |
Added some <a href="demo.html">examples</a> of running JSCoverage on popular JavaScript libraries. |
250 |
</p> |
251 |
|
252 |
<h3><a name="20070526">May 26, 2007 - JSCoverage 0.1</a></h3> |
253 |
<p> |
254 |
JSCoverage 0.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
255 |
</p> |
256 |
</div> |
257 |
</div> |
258 |
<div id="jscoverage-sidebar" class="yui-b"> |
259 |
<ul> |
260 |
<li><a href="./">Home</a> |
261 |
<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> |
262 |
<li><a href="manual.html">Documentation</a> |
263 |
<li><a href="demo.html">Demo</a> |
264 |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
265 |
<li><a href="faq.html">FAQ</a> |
266 |
<li><a href="help.html">Help</a> |
267 |
<li><a href="license.html">License</a> |
268 |
<li><a href="links.html">Links</a> |
269 |
<li><a href="users.html">Users</a> |
270 |
<li><a href="http://siliconforks.com/jscoverage/bugs/">Bug tracker</a> |
271 |
</ul> |
272 |
</div> |
273 |
</div> |
274 |
<div id="ft"> |
275 |
<address> |
276 |
Copyright © 2007, 2008, 2009 <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> |
277 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
278 |
</address> |
279 |
</div> |
280 |
</div> |
281 |
</body> |
282 |
</html> |