Skip to content

Commit

Permalink
Update ChangeLog.md and README.md for JavaScript Client Library 0.2.5…
Browse files Browse the repository at this point in the history
…-preview.11.
  • Loading branch information
jiacfan authored and vinjiang committed Sep 7, 2017
1 parent be223e0 commit a2a26c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions browser/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Note: This is the change log file for Azure Storage JavaScript Client Library.

2017.09 Version 0.2.5-preview.11

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

2017.08 Version 0.2.4-preview.10

* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.4.0.
Expand Down
8 changes: 4 additions & 4 deletions browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ There are 5 generated JavaScript files for Azure Storage JavaScript Client Libra
- `azure-storage.file.js` contains the Azure Storage file service operation logic, which depends on azure-storage.common.js

We also provide samples to guide you quickly start with the Azure Storage JavaScript Client Library. In the [JavaScript Client Library zip file](https://aka.ms/downloadazurestoragejs) or [azure-storage-node/browser/samples](samples), you will find 4 HTML samples:
- `sample-table.html` demostrates how to operate with Azure Storage table service in the browser
- `sample-blob.html` demostrates how to operate with Azure Storage blob service in the browser
- `sample-queue.html` demostrates how to operate with Azure Storage queue service in the browser
- `sample-file.html` demostrates how to operate with Azure Storage file service in the browser
- `sample-table.html` demonstrates how to operate with Azure Storage table service in the browser
- `sample-blob.html` demonstrates how to operate with Azure Storage blob service in the browser
- `sample-queue.html` demonstrates how to operate with Azure Storage queue service in the browser
- `sample-file.html` demonstrates how to operate with Azure Storage file service in the browser

After generating the JavaScript Client Library, you can try the samples in browsers such as Chrome/Edge/Firefox directly.

Expand Down

0 comments on commit a2a26c7

Please sign in to comment.