Skip to content

Releases: gasolin/webbybot

v0.2.3

Choose a tag to compare

@gasolin gasolin released this 24 Mar 06:25
  • use hubot-mockadapter instead of hubot-mock-adapter
  • add more unit tests to increase test coverage
  • add .editorconfig for source convention
  • fix some 'flag undefined' bug

v0.2.2 - es6 module and demo template

Choose a tag to compare

@gasolin gasolin released this 19 Mar 16:53
  • 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

Choose a tag to compare

@gasolin gasolin released this 10 Mar 05:37
  • 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

Choose a tag to compare

@gasolin gasolin released this 04 Mar 03:36
  • 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.