Skip to content

Releases: joeyguerra/hubot

Removed port argument from Robot constructor

25 Oct 23:31
Compare
Choose a tag to compare

I continue to simplifier the codebase. This change removes the port argument from Robot and moves the ability to set the port number to the setupExpress method.

Refactor Middleware execution signature

23 Oct 23:50
Compare
Choose a tag to compare
  • Simplified the Middleware callback signature, callback just includes a Response instance.
  • Refactored tests to use Nodes Test Runner (TAP)

Enable ability to build a website with Hubot

09 Oct 17:52
Compare
Choose a tag to compare

Return the Express JS app instance so that you can "do what you want" with it.

Added CatchAll facility back in

24 Sep 00:28
Compare
Choose a tag to compare

I removed the CatchAll functionality in a previous version. Adding it back in.
Also removed some build and publish dependencies because I don't think this will be published to NPM.

Move to ES6 programming style

23 Sep 21:06
Compare
Choose a tag to compare

This release modernizes the codebase to utilize ES6 programming style including async/await.

It definitely contains breaking changes from the 3.x version of Hubot.