Skip to content

Releases: typhonjs-node-npm-scripts/typhonjs-npm-scripts-test-mocha

0.5.0

26 Feb 02:08
Compare
Choose a tag to compare

0.5.0 (2017-02-25)

  • Added support for .npmscriptrc.js and optional argument handling to pass in a string to target a different
    entry in .npmscriptrc for test running.

0.4.0

18 Feb 09:34
Compare
Choose a tag to compare

0.4.0 (2017-02-18)

  • Added dependencies:
  • eslint-plugin-babel: ^4.0.0
  • eslint-plugin-flowtype: ^2.0.0
  • Upgraded dependencies:
  • fs-extra: ^2.0.0

0.3.0 (2017-01-10)

10 Jan 08:49
Compare
Choose a tag to compare

0.3.0 (2017-01-10)

  • Upgraded dependencies:
  • eslint: ^3.0.0
  • fs-extra: ^1.0.0
  • istanbul: ^1.1.0-alpha.1,
  • mocha: ^3.0.0

0.2.0 - IMPORTANT (breaking change)

02 Jun 15:34
Compare
Choose a tag to compare

0.2.0 (2016-06-02)

  • IMPORTANT (breaking change): The codecov.io NPM module has been deprecated and also contains potential vulnerabilities and has been removed in favor of the official codecov NPM module. You will need to modify .npmscriptrc and replace "travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" }, with "travis": { "report": "./node_modules/.bin/codecov" },. Apologies for the inconvencience.
  • Information on the codecov.io potential vulnerabilities in dependent modules: hawk & request
  • snyk has been added which provides monitoring of known vulnerabilities in Node.js npm packages. One can add it to an NPM script on in Travis CI add the following: - snyk test --dev.

0.1.0

14 Mar 01:00
Compare
Choose a tag to compare

0.1.0 (2016-03-13)

  • Initial stable release.