- Add simple non-instrumenting web-server used in the manual's examples
- Improve manual to a usable state independent of JSCoverage's documentation
- Fix bug where destination folder can be in the source folder
- Add '--include-unloaded-js', only for non-proxy web-server, to scan beneath www-root for unloaded/untested JS files
- Leading slash in --no-instrument and --exclude are ignored for consistent internal handling.
- Double forward slashes in URLs replaced with single forward slashes
- Internal - Replace URL based proxy with sockets. All headers now forwarded as received.
- Fixed basic non-SSL proxy support
- Add POST, cookie and redirect support for proxy mode
- Add proxy support (flawed and download has been replaced with 0.0.6)
- Message 'Report stored at' changed to 'Coverage data stored at' (important for HtmlUnit/Selenium)
- Internal - Swap from NanoHTTPD to JSCover's own web-server - index.htm(l) no longer served automatically
- Include JSCover-all.jar, containing all JAR dependencies, in distribution
- Fix tntim96#2, https://bugzilla.mozilla.org/show_bug.cgi?id=800616
- Internal - More tests, remove Apache commons JARs, upgrade Mockito, Inverted mode test
- Add server handling of JavaScript-programmatic triggering of report storage
- Add more tests
- Addition of command line file instrumentation
- Working example of QUnit test suite
- Initial release comprising of web-server