Releases: ungoldman/module-init
Releases · ungoldman/module-init
v1.1.1
Fixed
- Fix typo in CONTRIBUTING.md & CONTRIBUTING.md.mustache
v1.1.0
Added
- CLI now has
--version
and --help
arguments
v1.0.1
Changed
Fixed
- Use
tap-spec
4.x to fix rendering issues (#16)
v1.0.0
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
- 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
- change
standard
devDep to always use latest (#7)
- add linter options (#8)
v0.3.0
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
- 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
- fix keywords again
- add
fixpack
step
- add
npm install
step
- add implementation table to readme