-
Merge pull request #1396 from jaythomas/editorconfig
chore(*) add editorconfig
-
This commit was signed with a verified signature.
jaythomas Jay Thomas
GPG key ID: 2C7BB309539BF1F9 Learn about signing commits
-
Merge pull request #1395 from Eliada/patch-1
Update mocha call to prevent deprecation warning
-
Update mocha call to prevent deprecation warning
the --compilers flag is deprecated and will be removed in a future version of Mocha https://github.com/mochajs/mocha/wiki/compilers-deprecation Using the --require flag instead
-
Merge pull request #1390 from slawekzachcial/robot-helpers-delegation
Fix robot helpers delegation to adapter and events
-
-
Merge pull request #1391 from rodrigoaguilera/patch-1
Add Note about the free redis plans of heroku
-
-
Fix robot helpers delegation to adapter and events
Robot 'send', 'reply', 'messageRoom' methods delegate invocations to adapter but using as 'this' the robot instead of the adapter. Robot 'on', 'emit' methods delegate invocations to events but using as 'this' the robot instead of the events.
-
Merge pull request #1381 from coryallegory/master
Update azure brain instructions and add package-lock tip
-
-
Merge pull request #1372 from lornajane/bluemix-docs
Updating docs for deploying to Bluemix
-
docs(azure): Update azure brain instructions and include package-lock…
… troubleshooting tip
-
-
Updating bluemix deployment information
lornajane committedJul 18, 2017
-
-
Merge pull request #1364 from hubotio/1363/engines-fix
package.json: engines syntax fix for npm@2
-
-
-
Merge pull request #1361 from hubotio/evolution/6/semantic-release
semantic-release setup
-
feat: `require(hubot/es2015)` exports native ECMAScript 2015 classes
BREAKING CHANGE: node@0.10 and node@0.12 are no longer supported BREAKING CHANGE: Deep requires like `require(hubot/src/adapter)` are no longer supported, use `require(hubot).Adapter` instead. BREAKING CHANGE: `Middleware.ticker()` has been removed. Use `process.nextTick()` instead.
-
-
-
docs(CONTRIBUTING): update for semantic-release
gr2m committedJun 26, 2017 -
chore(CHANGELOG): changes now on https://github.com/hubotio/hubot/rel…
gr2m committedJun 26, 2017 -
chore(travis): semantic-release setup
gr2m committedJun 26, 2017 -
chore(package): semantic-release setup
gr2m committedJun 26, 2017 -
chore(package): update repository url
gr2m committedJun 26, 2017
-
-
test: `require('hubot/es2015')`
gr2m committedJun 25, 2017
-
Merge pull request #1358 from hubotio/package-engines-update
update node/npm versions to LTS in "engines"
-
Merge pull request #1360 from hubotio/evolution/4/e2e-test
end-to-end test for "yo hubot"
-
-
gr2m committed
Jun 25, 2017