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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,28 @@ We'd love to get your feedback about the Microsoft Graph JavaScript client libra
325
325
326
326
## Contributing
327
327
Please see the [contributing guidelines](CONTRIBUTING.md).
328
+
## Changelog
329
+
330
+
#### 1.0.0
331
+
* Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
332
+
333
+
#### 0.4.0
334
+
* Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps
335
+
* Removed iterator helper method.
336
+
337
+
#### 0.3.1
338
+
* Support for Node.js versions 4 and 5
339
+
340
+
#### 0.3.0
341
+
* Migrated away from typings in client library core and TypeScript sample
342
+
343
+
#### 0.2.2
344
+
* Updated SuperAgent to version ``` 3.3.0 ```
345
+
346
+
#### 0.2.0
347
+
***Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples.
348
+
* Added response handling tests to simulate Graph calls
349
+
* Added type declarations file for core client library, which adds intellisense for chained methods.
0 commit comments