- [module] Add support for subdirectories (
yo node-adv:module some/thing/different
)
- Just fixing NPM metadata
- PR #1 @garymcleanhall: fixed a missing close-parenthesis on an if-statement
- [module] Remove hardcoded reference to .js files (so a module or the app can easily put into a sub-folder later on)
- [module] Only append export if index.js exists
- [app] Ensure
false
for JSON.stringify
- Update dependencies
- Update README
- [app] Don't ask for Coveralls, if Travis was disabled
- [app] Coverage: Use istanbul instead of blanket
- [app] Gruntfile.js: Ignore
test/_fixtures
when running tests
- [app] Gruntfile.js: Use mocha-unfunk-reporter for mocha output under Travis
- [app] Gruntfile.js: Change Travis output to spec when running with Coveralls support (now possible with mocha-multi process killing workaround)
- [app] Gruntfile.js: Add mocha before/after globals to jshint:test
- Remove mocha devDependency for now
- Update README (remove TODO about removing the fix removed in 0.1.3)
- Make CHANGELOG version headers one size smaller
- Remove fix for non-firing
end
event in app generator
- Update dependencies
- Fix Travis build and Coveralls task
- Main generator
- Module generator
- Test generator
- README
- Initial project setup