All Versions
67
Latest Version
Avg Release Cycle
93 days
Latest Release
1652 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
July 16, 2017- Replace Rhino AST engine with Closure Compiler (https://github.com/tntim96/JSCover/issues/255)
- Internal: Upgrade HtmlUnit 2.24 to 2.27, Mockito 2.7.5 to 2.8.47, Jasmine 2.5.2 to 2.6.4
โฌ๏ธ This is a major upgrade of the AST engine. The only visible changes should be the options for
--js-version
have ๐ changed, as well as the default language level. See the manual for details. -
v1.1.0 Changes
February 12, 2017- Remove conditional source from JSON (https://github.com/tntim96/JSCover/issues/244)
- Wrong 'position' values (https://github.com/tntim96/JSCover/issues/243)
- Minor API modifications to assist with Maven plugins
- Internal: Upgrade HtmlUnit 2.23 to 2.24, Mockito 2.3.30 to 2.7.5
-
v1.0.25 Changes
December 13, 2016- Missing instrumentation in a 'if' in 'case' statement (https://github.com/tntim96/JSCover/issues/241)
- Poor performance when used together with systemjs 0.19.37 (https://github.com/tntim96/JSCover/issues/235)
- Source Error Message Not Cleared When Displaying New Source (https://github.com/tntim96/JSCover/issues/234)
- Remove deprecated Synchronous XMLHttpRequest1 (https://github.com/tntim96/JSCover/issues/232)
- Add asynchronous option to jscoverage_report() (https://github.com/tntim96/JSCover/issues/227)
- Internal: Upgrade HtmlUnit 2.20 to 2.23, Jasmine 2.4.1 to 2.5.2, Mockito 1.10.19 to 2.3.30
๐ 1 - This means calls to
jscoverage_report
will need to pass in a call-back to indicate when the function has completed. See the documentation for more details. -
v1.0.24 Changes
April 04, 2016- Upgrade to Rhino 1.7.7.1
- Improve Logic To Determine Inverted Mode (https://github.com/tntim96/JSCover/issues/223)
- Don't Switch To Inverted Mode If There's A Query String (https://github.com/tntim96/JSCover/issues/222)
- Fix NullPointerException when Logger is removed while looping (https://github.com/tntim96/JSCover/pull/225)
- Internal: Upgrade HtmlUnit 2.19 to 2.20
-
v1.0.23 Changes
January 03, 2016- Fix
isCoalesce
for return statements (https://github.com/tntim96/JSCover/issues/219) - Allow sorting by all columns (https://github.com/tntim96/JSCover/issues/193)
- Provide a column with Missing statements (count) (https://github.com/tntim96/JSCover/issues/192)
- Add option to generate JSCover report files (https://github.com/tntim96/JSCover/issues/215)
- Fix undefined reportError error in
jscoverage.js
(https://github.com/tntim96/JSCover/issues/214) - Limit IE restrictions to IE7 and below
- Upgrade Jasmine 2.3.4 to 2.4.1 and update run-jscover-jasmine2.js
- Internal: Upgrade HtmlUnit 2.18 to 2.19
- Fix
-
v1.0.22 Changes
September 15, 2015- Improve proxy logging (https://github.com/tntim96/JSCover/issues/210)
- Internal: Minor API modifications to assist with Maven plugin
-
v1.0.21 Changes
August 23, 2015- Make js (-fs option) code instrumentation multithreaded (https://github.com/tntim96/JSCover/issues/209)
- Include Empty Case Statements In Coverage (https://github.com/tntim96/JSCover/issues/202)
- NPE when showing help for '-io' option (https://github.com/tntim96/JSCover/issues/205)
- Fix syntax error caused by branch traversing instrumented nodes (https://github.com/tntim96/JSCover/issues/208)
- Handle statements in switch case better in compressed files (https://github.com/tntim96/JSCover/issues/208)
- Add CLI option for testing regular expressions (https://github.com/tntim96/JSCover/issues/206)
- Update samples to use latest JSCover, Underscore, QUnit and YUI3
- Internal: Upgrade HtmlUnit 2.18
-
v1.0.20 Changes
July 11, 2015- Add
--include-unloaded-js
for file mode (https://github.com/tntim96/JSCover/issues/199) - Add
--isolate-browser
to avoid automatically combining coverage (https://github.com/tntim96/JSCover/issues/197) - Update documentation for
-io
option - Internal: Upgrade HtmlUnit 2.17
- Add
-
v1.0.19 Changes
June 18, 2015- Upgrade to Rhino 1.7.7 with initial ES6 support (https://github.com/mozilla/rhino/issues?q=milestone%3A%22Release+1.7.7%22+is%3Aclosed)
- Internal: Upgrade to Jasmine 2.3.4, HtmlUnit 2.16
-
v1.0.18 Changes
April 18, 2015- Swap back to official Rhino release 1.7.6 with merged fixes
- Set minimum Java version to 1.6
- Fix web-server generated paths (https://github.com/tntim96/JSCover/issues/186)
- Internal: Upgrade to Cobertura 2.0.3->2.1.1, Mockito 1.10.17 to 1.10.19