Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: timkinnane/hubot-playbook

Tags

v1.4.0

Toggle v1.4.0's commit message
chore(improv): Remove coffee tests file

v1.3.0

Toggle v1.3.0's commit message
feat(outline): Module refactor and tests completed, now fully functional

Outline was previously just a untested prototype feature.

Fixes #20, fixes #27

v1.2.0

Toggle v1.2.0's commit message
feat(scene): Exit after enter callback if no path/branch added

Scene's without branches were leaving users infinitely engaged, unless manually exited because only
matching a branch will exit automatically. Now after the enter promise and callbacks are settled it
will check for existence of dialogue paths and exit the scene if none found. This required lots of
test and docs updates and a refactor of middleware.

Fixes #8. Breaks any code expecting scene.enter to resolve with a Dialogue. It will now resolve with
the full context and reject if middleware is interrupted.

v1.1.5

Toggle v1.1.5's commit message
fix(npm): Update semantic-release to publish new version

v1.1.4

Toggle v1.1.4's commit message
fix(dialogue): Add tests to confirm and fix timeout bug

dialogue.startTimeout was not clearing existing timeout, but was no tests were failing so I added
some that would and resolved the issue.

v1.1.3

Toggle v1.1.3's commit message
fix(async): Add test for async and force patch for release

v1.1.2

Toggle v1.1.2's commit message
fix(dialogue): Fix handling of async path match

Dialogue was performing checks on match resolution before the path had completed handlers and
updated the match state of response object.

v1.1.1

Toggle v1.1.1's commit message
fix(listeners): Fix string to regex conversion

v1.1.0

Toggle v1.1.0's commit message
fix(outline): Remove support for YAML loading

Allows dropping the dependency, scripts can preload YAML file if they want it.

v1.0.1

Toggle v1.0.1's commit message
fix(logs): Improve log details for branch regex error