Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Releases: ungoldman/module-init

v1.2.0

04 Aug 17:48
Compare
Choose a tag to compare

v1.1.1

19 Jul 00:21
Compare
Choose a tag to compare

Fixed

  • Fix typo in CONTRIBUTING.md & CONTRIBUTING.md.mustache

v1.1.0

05 Jul 22:30
Compare
Choose a tag to compare

Added

  • CLI now has --version and --help arguments

v1.0.1

01 Jul 22:51
Compare
Choose a tag to compare

Changed

Fixed

  • Use tap-spec 4.x to fix rendering issues (#16)

v1.0.0

15 Jun 20:53
Compare
Choose a tag to compare

Changed

  • Refactored object returned by templates/index.js to deal with fix for (#13)

Fixed

  • remove pkgContributing from required list, default to true
  • fix error when selecting 'No' for contributing (#13)

v0.3.2

27 Apr 22:07
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • use github's node .gitignore
  • improve CONTRIBUTING.md to be useful for contributors as well as collaborators
  • switch from faucet to tap-spec for tap output (#12)

v0.3.1

14 Apr 03:33
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • change standard devDep to always use latest (#7)
  • add linter options (#8)

v0.3.0

12 Apr 22:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • add Apache-2.0 license option
  • add validation for license options
  • add test for invalid option error
  • add and expose moduleInit.OPTIONS constant
  • add default license (ISC)

Removed

  • remove license from required list

Changed

  • public method moduleInit.validate() returns { missing, invalid } object instead of missing array
  • improve CLI feedback
  • update dependencies

v0.2.0

11 Apr 21:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • switch Node API to EventEmitter pattern
  • remove io.js dependency (#6)
  • add node 0.10 & 0.12 to travis tests
  • add stability index badge as fair warning

v0.1.5

08 Apr 20:50
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • fix keywords again
  • add fixpack step
  • add npm install step
  • add implementation table to readme