Releases: hubotio/generator-hubot
Releases · hubotio/generator-hubot
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.1.0
v1.0.0
1.0.0 (2017-06-29)
npm install --global generator-hubot@next |
---|
Bug Fixes
- set inital version of app/script to 1.0.0 (260ce7d1)
- remove no longer unsupport scripts and hubot-scripts from default dependencies (c7bbfbbb)
Features
- install
@next
versions of hubot and default scripts (79294873)
Breaking Changes
There are no intended breaking changes in the release, it’s just a precaution and part of our [email protected]
release process
(c3ce68db)
v0.4.0
v0.3.1
v0.3.0
- [app] update example.coffee to use
res
instead ofmsg
#36 - [script] update generator to work better out of the box
- Update dependencies
- Add missing grunt and grunt-cli packages
- Re-add chai and sinon to be npm 3.x compliant
- Lock coffee-script to the same as hubot
- Update travis config
- Use new container architecture
- Cache node_modules (faster test runs)
- Switch from node 0.11 to 0.12 for testing
- Add iojs to test matrix
- Update Gruntfile
- Add src directory to watch list
- Load additional grunt tasks in consistent manor
- Remove superfluous watch log message
- Update dependencies