Skip to content

Commit d460a1b

Browse files
Create CHANGELOG.md
To keep track of changes.
1 parent 92c4eda commit d460a1b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Changelog
2+
3+
### 1.1.0
4+
New Features
5+
* Support for Multipart POST request
6+
7+
Updates
8+
* 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

Comments
 (0)