forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use esModuleInterop, etc * Add rollup config * Depend on uglify-js * Bump to v1.0.0 * Update to v1.0.0 * Update changelog * Replace npmignore with pkg.files * Update lockfile and typescript version * Update ts-node * Fix 'main' field
- Loading branch information
1 parent
059b674
commit 2fb7c93
Showing
12 changed files
with
182 additions
and
3,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
### 1.0.0 - 2018/10/04 | ||
|
||
- Moved to rollup for bundling | ||
- Moved browser bundle from ./msRestAzureBundle.js to ./dist/msRestAzure.js (same bundle for nodejs and browser) | ||
|
||
### 0.2.8 - 2017/04/02 | ||
|
||
- Updated ms-rest-js to 0.2.8 | ||
- Added CognitiveServicesCredentials | ||
|
||
### 0.2.1 - 2017/10/25 | ||
|
||
- 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 | ||
|
||
### 0.2.0 - 2017/10/11 | ||
|
||
- 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. | ||
|
||
### 0.1.0 - 2017/09/16 | ||
|
||
- 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 |
Oops, something went wrong.