UNPKG

exam

Version:

Clustered JavaScript test runner with builtin assertions.

51 lines (35 loc) 1.42 kB
# Exam Change Log ## v2.1.0 - 2017-02-23 * `minor` Replaced several common libraries with lighter dependencies. ## v2.0.0 - 2017-02-13 * `major` Removed coveralls support. ## v1.4.5 - 2016-10-07 * `patch` Updated dependencies. ## v1.4.4 - 2016-10-07 * `patch` Made exam-cover work with npm 3. ## v1.4.3 - 2016-08-09 * `patch` Unbundled dependencies to fix multiple exam 1.4.2 dependency issues. ## v1.4.2 - 2016-08-08 * `patch` Make "after" hooks execute just once per suite. * `patch` Prevent "mock" from losing original properties when called twice. ## v1.4.1 - 2016-06-08 * `patch` Mad exam-cover fail if tests fail and coverage minimums pass. ## v1.4.0 - 2016-06-08 * `patch` Made exam-cover return a non-zero exit code if tests fail. * `minor` Added minimum coverage options (like --statements) to exam-cover. ## v1.3.0 - 2015-11-16 * `minor` Made exam-cover and exam-coveralls accept istanbul arguments. ## v1.2.2 - 2015-11-12 * `patch` Made JSON.stringify accept a numeric 3rd argument. * `patch` Upgraded to istanbul, acorn and esprima dependencies. ## v1.2.1 - 2015-10-20 * `patch` Added versions to the console reporter ASCII art. ## v1.2.0 - 2015-10-19 * `minor` Supporting node 4.2.X. * `minor` Bundled dependencies. ## v1.1.0 - 2015-10-18 * `minor` Increased benchmark stop confidence. ## v1.0.1 - 2015-09-28 * `patch` Dependency fix. ## v1.0.0 - 2015-09-28 * `major` Community release.