Skip to content

Commit

Permalink
Update ChangeLog.md and README.MD for JavaScript Client Library 0.2.2…
Browse files Browse the repository at this point in the history
…-preview.5
  • Loading branch information
XiaoningLiu authored and vinjiang committed Jun 29, 2017
1 parent 61d3d75 commit 341f76a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions browser/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
Note: This is the change log file for Azure Storage JavaScript Client Library.

2017.06 Version 0.2.2-preview.5

* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.2.0.

2017.05 Version 0.2.1-preview.4

* Reduced footprint of the generated JavaScript files
* Removed 7 local-file related APIs which are limited by browser's sandbox
* Reduced footprint of the generated JavaScript files.
* Removed 7 local-file related APIs which are limited by browser's sandbox.

2017.03 Version 0.2.1-preview.3

* Fixed missing 100% upload progress issue in blob sample for uploading blobs smaller than 32MB
* Added speedSummary code example in the blob & file samples
* Fixed missing 100% upload progress issue in blob sample for uploading blobs smaller than 32MB.
* Added speedSummary code example in the blob & file samples.

2017.03 Version 0.2.1-preview.2

* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.1.0
* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.1.0.

2017.03 Version 0.2.0-preview.1

* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.0.0
* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.0.0.
* Added bundle scripts to generate Azure Storage JavaScript Client Library.
* Added npm command `npm run genjs` to generate JavaScript Client Library.
* Added samples for Azure Storage JavaScript Client Library.
2 changes: 1 addition & 1 deletion browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Compatibility with mobile browsers have not been fully validated, please open is

| Chrome | Firefox | Internet Explorer | Microsoft Edge |
|------------|----------|--------------------|-----------------|
| v58 | v53 | v11 | v40 |
| v59 | v54 | v11 | v40 |

## Generating a Custom Azure Storage JavaScript Client Library

Expand Down

0 comments on commit 341f76a

Please sign in to comment.