Releases: hubotio/hubot
Releases · hubotio/hubot
v3.5.0
What's Changed
- Fix spelling mistake by @sjetha-pason in #1474
- docs: #1082 Update docs from CofeeScript to JavaScript examples by @joeyguerra in #1587
- chore: Tests not exiting by @joeyguerra in #1606
- chore(README): Update build badges by @joeyguerra in #1604
- docs(development): Sample adater code wasn't working by @joeyguerra in #1608
- chore: Remove coveralls and istanbul by @joeyguerra in #1610
- chore(package): bump async to version 3 by @joeyguerra in #1613
- chore(package): Updating sinon, chai and sinon-chai by @joeyguerra in #1615
- chore(coveralls): Remove badge by @joeyguerra in #1614
- chore(package): Updating and removing dependencies by @joeyguerra in #1617
- chore(release): Add semantic-release by @joeyguerra in #1621
New Contributors
- @sjetha-pason made their first contribution in #1474
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- docs: remove broken slack link by @maddieankur in #1511
- feat: activity on repo has been stalled, this kickstarts it #1541 by @joeyguerra in #1581
- fix: HUBOT_HTTPD can now disable httpd by @davidscholberg in #1548
- docs(patterns): use scoped npm package as adapter by @levenleven in #1564
- Set max json request body size with EXPRESS_LIMIT by @pearswj in #1405
- fix: express basicAuth by @pcunning in #1470
- docs(windows): Fix setx typo to set and put double quotes in the corr… by @GitMje in #1509
- fix: address TypeError by Experss by @owaranaidobby in #1512
- fix(httpclient): #1584 remove trailiing spaces by @joeyguerra in #1585
New Contributors
- @maddieankur made their first contribution in #1511
- @joeyguerra made their first contribution in #1581
- @davidscholberg made their first contribution in #1548
- @levenleven made their first contribution in #1564
- @pearswj made their first contribution in #1405
- @pcunning made their first contribution in #1470
- @GitMje made their first contribution in #1509
- @owaranaidobby made their first contribution in #1512
Full Changelog: v3.3.2...v3.4.0
v3.3.2
v3.3.1
v3.3.0
v3.2.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2017-06-28)
This is the first release done via semantic-release. Find changes for previous versions at CHANGELOG.md
Breaking Changes
- [email protected] and [email protected] are no longer supported
- Deep requires like
require(hubot/src/adapter)
are no longer supported, userequire(hubot).Adapter
instead. Middleware.ticker()
has been removed. Useprocess.nextTick()
instead.
Features
require('hubot/es2015')
exports native ECMAScript 2015 classes