Skip to content

Commit ebe237a

Browse files
Revert "Update README.md"
This reverts commit 92c4eda.
1 parent ac47d5b commit ebe237a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,28 @@ We'd love to get your feedback about the Microsoft Graph JavaScript client libra
325325

326326
## Contributing
327327
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.
328350

329351

330352
## Additional resources

0 commit comments

Comments
 (0)