New Features
- Added Search query param functionality
Bug Fixes
New Features
Bug Fixes
Updates
- 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 for usage]
- Enum for ResponseType, which lists down the available ResponseType options in autocomplete
Bug Fix
- Cannot access the property "request-id" of undefined in GraphError handling
New Features
- Support for Multipart POST request
Updates
- Light weight FetchAPI dependency (in replacement for SuperAgent)
Bug Fixes
- Updated putStream and getStream to work for all sized files
- Added obfuscation for output js file (graph-js-sdk-web.js)
- 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)
- Running unit test files under types directory
- Compiling ts files
- Added tests for new Graph functionality - Delta query, Extensibility, OneNote, and more.
- Add support for ES5. Make sure to use
graph-js-sdk-web.js
for web apps - Removed iterator helper method.
- Support for Node.js versions 4 and 5
- Migrated away from typings in client library core and TypeScript sample
- Updated SuperAgent to version
3.3.0
- Breaking change for existing apps - Initialize the client library with
MicrosoftGraph.Client.init({...})
. See the updated usage section below for code samples. - Added response handling tests to simulate Graph calls
- Added type declarations file for core client library, which adds intellisense for chained methods.