Skip to content

Commit 8ac65c3

Browse files
committed
release 0.13.0
* removed bluebird and fetch api * removed XHR related shims and use @ewsjs/xhr implementation
1 parent 9488cdf commit 8ac65c3

13 files changed

+417
-958
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ You can now use this in Ionic, Cordova, Browser based process (where CORS is dis
4545

4646
===========================================================================================
4747

48+
# Whats new v0.13.0 **BREAKING CHANGES**
49+
* Security update: removed fetch and bluebird dependency
50+
* removed `XHRDefault` and `ConfigurationApi.ConfigurePromise` exported methods
51+
* Exported XHRApi from `@ewsjs/xhr` to make it easier to use
52+
* Using default implementation of `XhrApi` from `@ewsjs/xhr` instead of using `fetch`
53+
54+
4855
# Whats new v0.12.0
4956
* fixed `WellKnownFolderNames` to be `StringPropertyDefinition` type instead of `Generic` which microsoft has changed long back. Part of this was fixed by #414 (thanks @klinki)
5057
* fixes #416 and also cleans up other typing issues
@@ -93,7 +100,7 @@ NTLM and Cookies Authentication works with nodejs only
93100
* commonjs module for NodeJs
94101
* AMD module for other scenarios* (not documented yet)
95102

96-
All http call is wrapped in promise using default BlueBird promise. You can also interchange compatible promise api.
103+
~~All http call is wrapped in promise using default BlueBird promise. You can also interchange compatible promise api.~~
97104
Code sample from [EWS Managed API 2.1.](https://msdn.microsoft.com/en-us/library/office/jj536567.aspx) should work with little modificaion to Promise format
98105

99106
## async/await latest nodejs

0 commit comments

Comments
 (0)