|
1 | | -## Changelog |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 1.4.0 |
2 | 4 |
|
3 | | -### 1.3.0 |
4 | 5 | New Features |
| 6 | + |
| 7 | +* Added Search query param functionality |
| 8 | + |
| 9 | +Bug Fixes |
| 10 | + |
| 11 | +* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/115 |
| 12 | +* https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/107 |
| 13 | + |
| 14 | +## 1.3.0 |
| 15 | + |
| 16 | +New Features |
| 17 | + |
5 | 18 | * Support for Large File upload [[#1](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/driveitem_createuploadsession), [#2](https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/dev/docs/tasks/LargeFileUploadTask.md)] |
6 | 19 | * Batching made easy [[#1](https://developer.microsoft.com/en-us/graph/docs/concepts/json_batching), [#2](https://github.com/microsoftgraph/msgraph-sdk-javascript/blob/dev/docs/content/Batching.md)] |
7 | 20 |
|
8 | 21 | Bug Fixes |
| 22 | + |
9 | 23 | * https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/97 |
10 | 24 | * https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/110 |
11 | 25 | * https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/39 |
12 | 26 | * https://github.com/microsoftgraph/msgraph-sdk-javascript/issues/111 |
13 | 27 |
|
14 | | -### 1.2.0 |
| 28 | +## 1.2.0 |
| 29 | + |
15 | 30 | Updates |
16 | 31 |
|
17 | | -* Two output js files, one with polyfills for Fetch-API and ES6-Promises ([lib/graph-js-sdk-web.js](./lib/graph-js-sdk-web.js)) and one without ([lib/graph-js-sdk-core.js](./lib/graph-js-sdk-core.js)) |
18 | | -[Refer [README.md](https://github.com/microsoftgraph/msgraph-sdk-javascript#browser) for usage] |
| 32 | +* Two output js files, one with polyfills for Fetch-API and ES6-Promises lib/graph-js-sdk-web.js and one without lib/graph-js-sdk-core.js [Refer [README.md](https://github.com/microsoftgraph/msgraph-sdk-javascript#browser) for usage] |
19 | 33 | * Enum for ResponseType, which lists down the available ResponseType options in autocomplete |
20 | 34 |
|
21 | 35 | Bug Fix |
| 36 | + |
22 | 37 | * Cannot access the property "request-id" of undefined in GraphError handling |
23 | 38 |
|
24 | | -### 1.1.0 |
| 39 | +## 1.1.0 |
| 40 | + |
25 | 41 | New Features |
| 42 | + |
26 | 43 | * Support for Multipart POST request |
27 | 44 |
|
28 | 45 | Updates |
| 46 | + |
29 | 47 | * Light weight FetchAPI dependency (in replacement for SuperAgent) |
30 | 48 |
|
31 | 49 | Bug Fixes |
| 50 | + |
32 | 51 | * Updated putStream and getStream to work for all sized files |
33 | 52 | * Added obfuscation for output js file (graph-js-sdk-web.js) |
34 | 53 | * 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) |
35 | 54 | * Running unit test files under types directory |
36 | 55 | * Compiling ts files |
37 | 56 |
|
38 | | -#### 1.0.0 |
| 57 | +## 1.0.0 |
| 58 | + |
39 | 59 | * Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more. |
40 | 60 |
|
41 | | -#### 0.4.0 |
| 61 | +## 0.4.0 |
| 62 | + |
42 | 63 | * Add support for ES5. Make sure to use `graph-js-sdk-web.js` for web apps |
43 | 64 | * Removed iterator helper method. |
44 | 65 |
|
45 | | -#### 0.3.1 |
| 66 | +## 0.3.1 |
| 67 | + |
46 | 68 | * Support for Node.js versions 4 and 5 |
47 | 69 |
|
48 | | -#### 0.3.0 |
| 70 | +## 0.3.0 |
| 71 | + |
49 | 72 | * Migrated away from typings in client library core and TypeScript sample |
50 | 73 |
|
51 | | -#### 0.2.2 |
52 | | -* Updated SuperAgent to version ``` 3.3.0 ``` |
| 74 | +## 0.2.2 |
| 75 | + |
| 76 | +* Updated SuperAgent to version `3.3.0` |
| 77 | + |
| 78 | +## 0.2.0 |
53 | 79 |
|
54 | | -#### 0.2.0 |
55 | 80 | * **Breaking change for existing apps** - Initialize the client library with `MicrosoftGraph.Client.init({...})`. See the updated usage section below for code samples. |
56 | 81 | * Added response handling tests to simulate Graph calls |
57 | 82 | * Added type declarations file for core client library, which adds intellisense for chained methods. |
0 commit comments