Skip to content

0.2.0

Choose a tag to compare

@nbransby nbransby released this 28 Jan 21:03
· 61 commits to master since this release

Breaking change to support the likely asynchronous nature of the implementation of the storage interface: store & retrieve should now return promises.

This also forces consume to be async and returns a Promise<string[]> - its worth noting this can still be directly returned in your bot builder method as claudia supports returning promises.