Generator Hubot Versions Save

Hubot generator for Yeoman

v2.0.3

1 week ago

2.0.3 (2024-05-08)

Bug Fixes

v2.0.2

1 month ago

2.0.2 (2024-04-01)

Bug Fixes

  • Passed in options are not being set when using --defaults (a05d940)

v2.0.1

4 months ago

2.0.1 (2024-01-05)

Bug Fixes

  • #68 change default to something that is not hubot (52b738e)

v2.0.0

4 months ago

2.0.0 (2024-01-05)

Features

BREAKING CHANGES

  • This uses v11 of Hubot
  • This version creates a bot based on v11 of Hubot

v1.1.0

5 years ago

1.1.0 (2018-08-09)

Features

v0.4.0

6 years ago

v1.0.0

6 years ago

1.0.0 (2017-06-29)

⚠️This is a pre-release, install with 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.3.1

6 years ago

v0.3.0

6 years ago
  • [app] update example.coffee to use res instead of msg https://github.com/github/generator-hubot/pull/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

v0.2.1

6 years ago