- Improve debugging by adding rollup-plugin-sourcemaps
- Renamed NPM package to @azure/ms-rest-azure-js and updated renamed dependencies
- Moved to rollup for bundling
- Moved browser bundle from ./msRestAzureBundle.js to ./dist/msRestAzure.js (same bundle for nodejs and browser)
- Updated ms-rest-js to 0.2.8
- Added CognitiveServicesCredentials
- Updating the minimum version of dependency "ms-rest-js": "^0.2.3". This brings in the change (removal of "bodyAsStream" property) done to HttpOperationResponse class
- Updating the minimum version of dependency "ms-rest-js": "^0.2.1". This also gets a strict dependency to "moment" version 2.18.1 as 2.19.0 has bugs.
- Initial version of the isomorphic azure runtime along with type definitions that works in the browser as well as the node.js environment
- Supports polling for long running operations
- Provides definition of CloudError