Skip to content

v0.10.0

Compare
Choose a tag to compare
@blag blag released this 07 Aug 22:04
· 65 commits to master since this release
b889b6a
  • Move babel-eslint dependency to devDependencies [PR #180] (bug fix)
  • Small refactor and more tests (for scripts/stackstorm.js) [PR #185] (improvement)
  • Refactor chat providers into their own modules [PR #186] (improvement)
  • Modernize directory structure to be more consistent with other hubot plugins [PR #186, PR #191] (improvement)
  • Split out the functionality of src/stackstorm.js into stackstorm_api.js and refactor it to be a JS old style class with a wrapper [PR #187, PR #190] (improvement)
  • Fix the Mattermost adapter to use the adapter.post function instead of emitting the slack-attachment event [PR #192] (bug fix)