Skip to content

Commit

Permalink
release 0.13.0
Browse files Browse the repository at this point in the history
* removed bluebird and fetch api
* removed XHR related shims and use @ewsjs/xhr implementation
  • Loading branch information
gautamsi committed Sep 11, 2023
1 parent 9488cdf commit 8ac65c3
Show file tree
Hide file tree
Showing 13 changed files with 417 additions and 958 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ You can now use this in Ionic, Cordova, Browser based process (where CORS is dis

===========================================================================================

# Whats new v0.13.0 **BREAKING CHANGES**
* Security update: removed fetch and bluebird dependency
* removed `XHRDefault` and `ConfigurationApi.ConfigurePromise` exported methods
* Exported XHRApi from `@ewsjs/xhr` to make it easier to use
* Using default implementation of `XhrApi` from `@ewsjs/xhr` instead of using `fetch`


# Whats new v0.12.0
* fixed `WellKnownFolderNames` to be `StringPropertyDefinition` type instead of `Generic` which microsoft has changed long back. Part of this was fixed by #414 (thanks @klinki)
* fixes #416 and also cleans up other typing issues
Expand Down Expand Up @@ -93,7 +100,7 @@ NTLM and Cookies Authentication works with nodejs only
* commonjs module for NodeJs
* AMD module for other scenarios* (not documented yet)

All http call is wrapped in promise using default BlueBird promise. You can also interchange compatible promise api.
~~All http call is wrapped in promise using default BlueBird promise. You can also interchange compatible promise api.~~
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

## async/await latest nodejs
Expand Down
Loading

0 comments on commit 8ac65c3

Please sign in to comment.