JSCover v2.0.10 Release Notes
Release Date: 2020-07-17 // almost 3 years ago-
- Replace 'eval' with 'JSON.parse' (https://github.com/tntim96/JSCover/issues/290)
- Upgrade closure-compiler v20200101 to v20200628, Rhino 1.7.11 to 1.7.12
- Internal: HtmlUnit 2.36 to 2.42.0, Mockito 3.2.4 to 3.4.2
- Replace deprecated Maven Ant Tasks with Maven Artifact Resolver Ant Tasks (https://github.com/tntim96/JSCover/issues/285)
Previous changes from v2.0.9
-
- Add support for for...of (https://github.com/tntim96/JSCover/issues/276)
- Don't instrument for..of loop code (https://github.com/tntim96/JSCover/issues/279)
- Should not instrument between return of function (https://github.com/tntim96/JSCover/issues/280)
- Should not instrument inside for...in (https://github.com/tntim96/JSCover/issues/281)
- Upgrade closure-compiler v20190618 to v20200101
- Internal: Mockito 2.28.2 to 3.2.4, HtmlUnit 2.35 to 2.36.0, Jacoco 0.8.4 to 0.8.5, Jasmine 3.4.0 to 3.5.0, JUnit 4.12 to 4.13