Skip to content

Releases: hubotio/generator-hubot

v2.0.3

08 May 18:25
Compare
Choose a tag to compare

2.0.3 (2024-05-08)

Bug Fixes

v2.0.2

01 Apr 16:47
f906268
Compare
Choose a tag to compare

2.0.2 (2024-04-01)

Bug Fixes

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

v2.0.1

05 Jan 03:35
Compare
Choose a tag to compare

2.0.1 (2024-01-05)

Bug Fixes

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

v2.0.0

05 Jan 03:22
Compare
Choose a tag to compare

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

09 Aug 00:19
1f4b13c
Compare
Choose a tag to compare

1.1.0 (2018-08-09)

Features

v1.0.0

29 Jun 18:26
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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 hubot@3.0.0 release process

(c3ce68db)

v0.4.0

13 Jul 18:50
Compare
Choose a tag to compare

v0.3.1

29 Jun 00:48
Compare
Choose a tag to compare
  • [app] don't include youtube by default since the API is deprecated, and the new API requires an API key #43
  • [app] fix copy when can't find something on npm #39
  • [app] update README to fix deprecated xargs argument #41

v0.3.0

29 Jun 00:48
Compare
Choose a tag to compare
  • [app] update example.coffee to use res instead of msg #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

29 Jun 00:47
Compare
Choose a tag to compare
  • [script] Fix generated index.coffee to load synchronously, so help commands are available in time #19