PageRenderTime 30ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/news.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 214 lines | 202 code | 12 blank | 0 comment | 0 complexity | 62a25b7b3e64647ea91cf0fec4fa349f MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  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. <h3><a name="20081211">December 11, 2008 - JSCoverage 0.4</a></h3>
  17. <p>
  18. JSCoverage 0.4 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  19. </p>
  20. <p>
  21. This release includes many new features:
  22. </p>
  23. <ul class="list">
  24. <li>
  25. The new <code>jscoverage-server</code> program is provided as an
  26. alternative to the <code>jscoverage</code> program. The
  27. <code>jscoverage-server</code> program is a simple HTTP server which
  28. instruments JavaScript code as it is served; this allows you to execute
  29. JavaScript and gather code coverage statistics without a preliminary
  30. step of creating instrumented code. The <code>jscoverage-server</code>
  31. program can either serve files directly from the filesystem or run as a
  32. proxy server (with the <code>--proxy</code> option), instrumenting
  33. JavaScript provided by another web server.
  34. <li>
  35. Using <code>jscoverage-server</code>, coverage reports can now be stored
  36. to the filesystem.
  37. </li>
  38. <li>
  39. JSCoverage now recognizes special JavaScript comments which specify that
  40. certain lines of code should be ignored in coverage reports.
  41. </li>
  42. <li>
  43. The new <code>--encoding</code> option provides better support for
  44. different character encodings.
  45. </li>
  46. <li>
  47. The JSCoverage user interface is now faster and more responsive.
  48. </li>
  49. <li>
  50. The new <code>--no-highlight</code> option can be used to disable syntax
  51. highlighting (giving better performance for large JavaScript files).
  52. </li>
  53. <li>
  54. The build system has been modified so that <code>make install</code>
  55. only installs the <code>jscoverage</code> and
  56. <code>jscoverage-server</code> executables and their manual pages.
  57. (Previous versions installed SpiderMonkey library and executable files,
  58. which could conflict with other versions of SpiderMonkey installed on
  59. your system.)
  60. </li>
  61. <li>
  62. JSCoverage now supports several features beyond those found in the
  63. <cite>ECMAScript Language Specification</cite>, including the following:
  64. <ul class="list">
  65. <li>getters and setters
  66. <li><code>for each</code> loops
  67. <li>generators and iterators
  68. <li>the <code>let</code> keyword
  69. <li>destructuring assignment
  70. <li>array comprehensions
  71. <li>expression closures
  72. <li>generator expressions
  73. </ul>
  74. Use the new <code>--js-version</code> option to enable these features.
  75. </li>
  76. </ul>
  77. <p>
  78. The GCC C++ compiler (<code>g++</code>) is now required to compile
  79. JSCoverage. (Previously, only the C compiler was needed.)
  80. </p>
  81. <p>
  82. Please report any bugs you find using the new <a href="http://siliconforks.com/jscoverage/bugs/">bug tracker</a>.
  83. </p>
  84. <h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3>
  85. <p>
  86. The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3.
  87. </p>
  88. <h3><a name="20080324">March 24, 2008 - JSCoverage in Debian GNU/Linux</a></h3>
  89. <p>
  90. JSCoverage is now <a href="http://packages.debian.org/sid/jscoverage">available</a> in the Debian unstable distribution.
  91. </p>
  92. <h3><a name="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3>
  93. <p>
  94. JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  95. </p>
  96. <p>
  97. This release has a number of bug fixes:
  98. </p>
  99. <ul class="list">
  100. <li>
  101. It should now be possible to run the native Windows version of <code>jscoverage</code>
  102. with minimal privileges.
  103. </li>
  104. <li>
  105. All files used by JSCoverage now use a <code>jscoverage</code>
  106. prefix to avoid name collisions.
  107. </li>
  108. <li>
  109. Compilation bugs which occurred under some versions of MSYS have been fixed.
  110. </li>
  111. <li>
  112. Various documentation improvements.
  113. </li>
  114. </ul>
  115. <h3><a name="20070826">August 26, 2007 - JSCoverage 0.3</a></h3>
  116. <p>
  117. JSCoverage 0.3 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  118. </p>
  119. <p>
  120. This release has the following new features:
  121. </p>
  122. <ul class="list">
  123. <li>
  124. The coverage summary now displays bar graphs (thanks to Ross Simpson).
  125. </li>
  126. <li>
  127. A progress bar is displayed for lengthy computations.
  128. </li>
  129. <li>
  130. JavaScript syntax highlighting has improved.
  131. </li>
  132. <li>
  133. The display of missed statements can be turned on and off.
  134. </li>
  135. <li>
  136. New "inverted mode" provides better support for working with <a href="http://www.jsunit.net/">JsUnit</a>.
  137. </li>
  138. </ul>
  139. <h3><a name="20070823">August 23, 2007 - JSCoverage in Linux Format magazine</a></h3>
  140. <p>
  141. JSCoverage is in the October 2007 issue of Linux Format magazine
  142. (<a href="http://www.linuxformat.co.uk/modules.php?op=modload&amp;name=NewArchives&amp;issue=97">table of contents</a>).
  143. </p>
  144. <h3><a name="20070731">July 31, 2007 - Subversion repository now available</a></h3>
  145. <p>
  146. See the <a href="http://siliconforks.com/jscoverage/download.html">download page</a> for instructions on accessing the Subversion repository.
  147. </p>
  148. <h3><a name="20070708">July 8, 2007 - JSCoverage 0.2</a></h3>
  149. <p>
  150. JSCoverage 0.2 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  151. </p>
  152. <p>
  153. JSCoverage 0.2 features a new tabbed user interface.
  154. </p>
  155. <h3><a name="20070701">July 1, 2007 - JSCoverage 0.1.1</a></h3>
  156. <p>
  157. JSCoverage 0.1.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  158. </p>
  159. <p>
  160. JSCoverage 0.1.1 fixes a bug that can cause large JavaScript files to be truncated when viewed with Opera.
  161. </p>
  162. <h3><a name="20070615">June 15, 2007 - documentation of JSCoverage internals</a></h3>
  163. <p>
  164. A new document,
  165. <a href="http://siliconforks.com/doc/parsing-javascript-with-spidermonkey/">Parsing JavaScript with SpiderMonkey</a>,
  166. describes the technique used by JSCoverage to parse JavaScript programs.
  167. </p>
  168. <h3><a name="20070530">May 30, 2007 - new examples</a></h3>
  169. <p>
  170. Added some <a href="demo.html">examples</a> of running JSCoverage on popular JavaScript libraries.
  171. </p>
  172. <h3><a name="20070526">May 26, 2007 - JSCoverage 0.1</a></h3>
  173. <p>
  174. JSCoverage 0.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>.
  175. </p>
  176. </div>
  177. </div>
  178. <div id="jscoverage-sidebar" class="yui-b">
  179. <ul>
  180. <li><a href="">Home</a>
  181. <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>
  182. <li><a href="manual.html">Documentation</a>
  183. <li><a href="demo.html">Demo</a>
  184. <li><a href="http://siliconforks.com/jscoverage/download.html">Download</a>
  185. <li><a href="faq.html">FAQ</a>
  186. <li><a href="help.html">Help</a>
  187. <li><a href="license.html">License</a>
  188. <li><a href="links.html">Links</a>
  189. <li><a href="users.html">Users</a>
  190. <li><a href="http://siliconforks.com/jscoverage/bugs/">Bug tracker</a>
  191. </ul>
  192. </div>
  193. </div>
  194. <div id="ft">
  195. <address>
  196. Copyright &copy; 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>
  197. <a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a>
  198. </address>
  199. </div>
  200. </div>
  201. </body>
  202. </html>