Skip to content

Commit 38349e5

Browse files
fix(directline): add new changes from master
1 parent ad399e1 commit 38349e5

6 files changed

Lines changed: 244 additions & 79 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
## [Unreleased]
1717

18+
19+
### Changed
20+
- Update DirectLine to rxjs v6 pipeable operators, PR [#102](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/102/files)
21+
22+
1823
## [0.11.4] - 2019-03-04
1924
### Changed
2025
- Change reconnect delay to be a random amount between 3s and 15s, by [@mingweiw](https://github.com/mingweiw) in PR [#164](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/164)
@@ -62,10 +67,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6267
- `deep-extend` from `0.4.2` to `0.5.1`
6368
- `randomatic` from `1.1.7` to `3.1.0`
6469

65-
## [1.0.0]
66-
### Changed
67-
- Update DirectLine to rxjs v6 pipeable operators
68-
6970
## [0.9.17] - 2018-08-31
7071
### Changed
7172
- Add handling of 403/500 for `getSessionId`, in [#87](https://github.com/Microsoft/BotFramework-DirectLineJS/pull/87)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ Copyright (c) Microsoft Corporation. All rights reserved.
229229
Licensed under the [MIT](/LICENSE.md) License.
230230

231231

232-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
232+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)