Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert adapter to javascript (#224)
* Start on conversion to es6 * add js files and remove .gitignore that ignored the .js files * Convert latest master commits to es6 * fix(es6): Multiple bugs from incomplete refactor Work in progress. Fixed some inheritence issues from coffe script compatible classes which can’t be extended as normal es6 classes. Still cannot subscribe to messages. * docs(readme): NVM installation Copying updates from master (coffescript branch) by Marcus Schopen * refactor(index): Update for usage with bot-driver * fix(driver): Use new SDK package + add missing event to trigger Hubot script loading + add more logging of message processing * fix(index): Add more verbose logs * docs(readme): Updated Readme.md with v2 notes * docs(readme): Update version and settings info * build(sdk): Update dependency version * fix(listener): Load order issue resolved fixes #269 + simplified adapter usage + call adapter super receive method instead of replace + update to org scope deps * fix(sdk): Update SDK version and method usage + Move message filtering logic to SDK (DRY for other adapters) * Convert latest master commits to es6 * fix(es6): Multiple bugs from incomplete refactor Work in progress. Fixed some inheritence issues from coffe script compatible classes which can’t be extended as normal es6 classes. Still cannot subscribe to messages. * docs(readme): NVM installation Copying updates from master (coffescript branch) by Marcus Schopen * refactor(index): Update for usage with bot-driver * fix(driver): Use new SDK package + add missing event to trigger Hubot script loading + add more logging of message processing * fix(index): Add more verbose logs * docs(readme): Updated Readme.md with v2 notes * docs(readme): Update version and settings info * build(sdk): Update dependency version * fix(listener): Load order issue resolved fixes #269 + simplified adapter usage + call adapter super receive method instead of replace + update to org scope deps * fix(sdk): Update SDK version and method usage + Move message filtering logic to SDK (DRY for other adapters)
- Loading branch information