Releases: gasolin/webbybot
Releases · gasolin/webbybot
Release list
v0.2.3
v0.2.2 - es6 module and demo template
- Use es6 module with import and export
- Use ES6 for..of loop to replace forEach and for..in loop
- replace var to let
- Update dependency library versions
- Convert .eslintrc to json format
- Add test coverage and npm version badges
v0.1.6 - can use existing hubot adapter
- Support switch adapter via commandline or ENV param
- Use ES6 for..of loop to replace forEach and for..in loop #37
- Support ES6 module export
- Publish to npm
- Add How to replace Hubot to Webbybot guide
v0.1 - fully ported hubot from coffeescript to es6 syntax
- Port hubot from coffeescript to es6 (plain JS) with babel.
- Auto continue integration with Travis CI.
- Auto linting with eslint.
- Still support hubot plugins written in coffeescript.