Skip to content

Releases: microsoft/BotFramework-DirectLineJS

v0.9.2

08 Mar 16:55

Choose a tag to compare

This minor release does a better job of multicasting to multiple activity$ subscribers.

v0.9.1

03 Mar 16:04

Choose a tag to compare

This minor release adds:

  • Observable.throw to correctly handle errors (thanks to contributor willemodendaal for spotting and fixing this)
  • Fixes to sample code in README.md

v0.9.0

24 Feb 20:30

Choose a tag to compare

In this release:

  • new optional pollingInterval parameter for specifying GET polling interval
  • TypeScript declarations now generated automatically and thus unabridged

v0.8.3

08 Feb 22:29

Choose a tag to compare

In this release:

  • WebSocket is now on by default, if supported
  • Renamed Button -> CardAction
  • Hero, Thumbnail, and Receipt cards now support tap card actions

Enjoy!

First release: v0.6.3

25 Jan 04:56

Choose a tag to compare

There were multiple requests to extract the DirectLine implementation out of WebChat and publish it as a standlone library. Ask and ye shall receive!