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
* Light weight FetchAPI dependency (in replacement for SuperAgent)
9
+
10
+
Bug Fixes
11
+
* Updated putStream and getStream to work for all sized files
12
+
* Added obfuscation for output js file (graph-js-sdk-web.js)
13
+
* Updated versions of mocha and chai to 5.2.0 and 4.1.2 to fix security vulnerability in growl (which is a dependency of mocha)
14
+
* Running unit test files under types directory
15
+
* Compiling ts files
16
+
17
+
#### 1.0.0
18
+
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
19
+
20
+
#### 0.4.0
21
+
* Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps
22
+
* Removed iterator helper method.
23
+
24
+
#### 0.3.1
25
+
* Support for Node.js versions 4 and 5
26
+
27
+
#### 0.3.0
28
+
* Migrated away from typings in client library core and TypeScript sample
29
+
30
+
#### 0.2.2
31
+
* Updated SuperAgent to version ``` 3.3.0 ```
32
+
33
+
#### 0.2.0
34
+
***Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples.
35
+
* Added response handling tests to simulate Graph calls
36
+
* Added type declarations file for core client library, which adds intellisense for chained methods.
0 commit comments