2018-09-29 08:48:07 +03:00
|
|
|
# Changelog
|
|
|
|
|
2018-11-14 12:48:21 +03:00
|
|
|
* Added stream retry when `BlobURL.download` response stream unexcepted ends.
|
|
|
|
|
2018-09-29 08:48:07 +03:00
|
|
|
2018.09 10.1.0-preview
|
|
|
|
|
2018-09-29 10:35:03 +03:00
|
|
|
* Fixed sharedkey authentication error when blob names have spaces.
|
|
|
|
* Updated samples in readme and sample folder to fix undefined headers.
|
|
|
|
* Updated readme samples to make it runnable as copy/paste.
|
|
|
|
* More documentation around ACCOUNT_SAS and CORS in readme.md and contributing.md.
|
|
|
|
* Size of browser bundle is reduced from 229KB to 175KB (minified version). Thanks Brian Terlson & Rikki Gibson!
|
2018-09-29 08:48:07 +03:00
|
|
|
* Set `sideEffects` option to `true` in package.json, which helps webpack4 for tree shaking.
|
|
|
|
* Updated `browser` and `module` option in package.json, webpack will try to load ES6 module.
|
2018-09-29 10:35:03 +03:00
|
|
|
* Added prettier config file.
|
|
|
|
* Fixed typos and unused imports.
|
|
|
|
* [Breaking] Dropped built-in polyfills for `String`, and following polyfills need to be loaded external for IE11 now:
|
2018-09-29 08:48:07 +03:00
|
|
|
* `Promise`
|
|
|
|
* `String.prototype.startsWith`
|
|
|
|
* `String.prototype.endsWith`
|
|
|
|
* `String.prototype.repeat`
|
|
|
|
* `String.prototype.includes`
|
2018-09-29 10:35:03 +03:00
|
|
|
* [Breaking] `Aborter.None` is renamed to `Aborter.none` for JavaScript naming conventions.
|
2018-09-29 08:48:07 +03:00
|
|
|
|
2018-08-28 05:21:08 +03:00
|
|
|
2018.09 Version 10.0.0-preview
|
|
|
|
|
2018-09-29 08:48:07 +03:00
|
|
|
* Initial Release. API version 2018-03-28 supported. Please see the README for information on the new design.
|