You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-
22
22
```
23
23
## Changelog
24
24
#### 0.2.0
25
-
* Initialize the client library with `MicrosoftGraph.Client.init({...})`
25
+
***Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples.
26
26
* Added response handling tests to simulate Graph calls
27
27
* Added type declarations file for core client library, which adds intellisense for chained methods.
0 commit comments