Skip to content

1.3.0

Compare
Choose a tag to compare
@bchr02 bchr02 released this 02 Jun 21:44
· 34 commits to master since this release

Changes:

  • new --silent option to turn off verbose logging
  • only options with a default value defined within NodePreGypGithub.prototype.createRelease are passed to the first parameter of github.releases.createRelease(). When I introduced the silent flag I didn't feel it made sense that this property should automatically make it's way to github.releases.createRelease function. This prevents that.
  • 100% test coverage, including a backwards compatibility section.
  • running tests no longer includes the verbose messages that get generate from within the module
  • coveralls badge now on README.md
  • package.json's scripts.coverage now includes a command to post to coveralls when the COVERALLS_SERVICE_NAME and COVERALLS_REPO_TOKEN environment variables are defined properly.
  • coveralls added as a devDependencies within package.json