/[jscoverage]/trunk/doc/news.html
ViewVC logotype

Contents of /trunk/doc/news.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (show annotations)
Thu Nov 22 03:13:13 2007 UTC (15 years, 6 months ago) by siliconforks
File MIME type: text/html
File size: 5353 byte(s)
Removed download.html.

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="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3>
18 <p>
19 JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
20 </p>
21 <p>
22 This release has a number of bug fixes:
23 </p>
24 <ul class="list">
25 <li>
26 It should now be possible to run the native Windows version of <code>jscoverage</code>
27 with minimal privileges.
28 </li>
29 <li>
30 All files used by JSCoverage now use a <code>jscoverage</code>
31 prefix to avoid name collisions.
32 </li>
33 <li>
34 Compilation bugs which occurred under some versions of MSYS have been fixed.
35 </li>
36 <li>
37 Various documentation improvements.
38 </li>
39 </ul>
40
41 <h3><a name="20070826">August 26, 2007 - JSCoverage 0.3</a></h3>
42 <p>
43 JSCoverage 0.3 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
44 </p>
45 <p>
46 This release has the following new features:
47 </p>
48 <ul class="list">
49 <li>
50 The coverage summary now displays bar graphs (thanks to Ross Simpson).
51 </li>
52 <li>
53 A progress bar is displayed for lengthy computations.
54 </li>
55 <li>
56 JavaScript syntax highlighting has improved.
57 </li>
58 <li>
59 The display of missed statements can be turned on and off.
60 </li>
61 <li>
62 New "inverted mode" provides better support for working with <a href="http://www.jsunit.net/">JsUnit</a>.
63 </li>
64 </ul>
65
66 <h3><a name="20070823">August 23, 2007 - JSCoverage in Linux Format magazine</a></h3>
67 <p>
68 JSCoverage is in the October 2007 issue of Linux Format magazine
69 (<a href="http://www.linuxformat.co.uk/modules.php?op=modload&amp;name=NewArchives&amp;issue=97">table of contents</a>).
70 </p>
71
72 <h3><a name="20070731">July 31, 2007 - Subversion repository now available</a></h3>
73 <p>
74 See the <a href="http://siliconforks.com/jscoverage/download.html">download page</a> for instructions on accessing the Subversion repository.
75 </p>
76
77 <h3><a name="20070708">July 8, 2007 - JSCoverage 0.2</a></h3>
78 <p>
79 JSCoverage 0.2 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
80 </p>
81 <p>
82 JSCoverage 0.2 features a new tabbed user interface.
83 </p>
84
85 <h3><a name="20070701">July 1, 2007 - JSCoverage 0.1.1</a></h3>
86 <p>
87 JSCoverage 0.1.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
88 </p>
89 <p>
90 JSCoverage 0.1.1 fixes a bug that can cause large JavaScript files to be truncated when viewed with Opera.
91 </p>
92
93 <h3><a name="20070615">June 15, 2007 - documentation of JSCoverage internals</a></h3>
94 <p>
95 A new document,
96 <a href="http://siliconforks.com/doc/parsing-javascript-with-spidermonkey/">Parsing JavaScript with SpiderMonkey</a>,
97 describes the technique used by JSCoverage to parse JavaScript programs.
98 </p>
99
100 <h3><a name="20070530">May 30, 2007 - new examples</a></h3>
101 <p>
102 Added some <a href="demo.html">examples</a> of running JSCoverage on popular JavaScript libraries.
103 </p>
104
105 <h3><a name="20070526">May 26, 2007 - JSCoverage 0.1</a></h3>
106 <p>
107 JSCoverage 0.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
108 </p>
109 </div>
110 </div>
111 <div id="jscoverage-sidebar" class="yui-b">
112 <ul>
113 <li><a href="./">Home</a>
114 <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>
115 <li><a href="manual.html">Documentation</a>
116 <li><a href="demo.html">Demo</a>
117 <li><a href="http://siliconforks.com/jscoverage/download.html">Download</a>
118 <li><a href="faq.html">FAQ</a>
119 <li><a href="help.html">Help</a>
120 <li><a href="license.html">License</a>
121 <li><a href="links.html">Links</a>
122 </ul>
123 </div>
124 </div>
125 <div id="ft">
126 <address>
127 Copyright &copy; 2007 siliconforks.com<br>
128 Last updated November 22, 2007<br>
129 <a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a>
130 </address>
131 </div>
132 </div>
133 </body>
134 </html>

  ViewVC Help
Powered by ViewVC 1.1.24