-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
77 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/zyramedia/ionic-image-loader/compare/v1.2.1...v1.3.0) (2017-01-18) | ||
|
||
|
||
|
||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/zyramedia/ionic-image-loader/compare/v1.2.0...v1.2.1) (2017-01-18) | ||
|
||
|
||
### Features | ||
|
||
* read cached images as base64 encoded strings for iOS/WkWebView ([#12](https://github.com/zyramedia/ionic-image-loader/issues/12)) ([4b612a2](https://github.com/zyramedia/ionic-image-loader/commit/4b612a2)) | ||
|
||
|
||
|
||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/zyramedia/ionic-image-loader/compare/v1.1.0...v1.2.0) (2016-12-30) | ||
|
||
|
||
### Features | ||
|
||
* add clearCache method ([6bcc799](https://github.com/zyramedia/ionic-image-loader/commit/6bcc799)) | ||
|
||
|
||
|
||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/zyramedia/ionic-image-loader/compare/v1.0.0...v1.1.0) (2016-12-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* useImg can be used without setting value to true ([d91d35a](https://github.com/zyramedia/ionic-image-loader/commit/d91d35a)), closes [#7](https://github.com/zyramedia/ionic-image-loader/issues/7) | ||
|
||
|
||
### Features | ||
|
||
* implement queue mechanisim ([51c2e35](https://github.com/zyramedia/ionic-image-loader/commit/51c2e35)) | ||
|
||
|
||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/zyramedia/ionic-image-loader/compare/v0.4.1...v1.0.0) (2016-11-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **image-loader-spinner:** make spinner responsive and use svg ([e2616c3](https://github.com/zyramedia/ionic-image-loader/commit/e2616c3)) | ||
* use fallback image if image fails to load ([#6](https://github.com/zyramedia/ionic-image-loader/issues/6)) ([d57f395](https://github.com/zyramedia/ionic-image-loader/commit/d57f395)) | ||
|
||
|
||
|
||
<a name="0.4.1"></a> | ||
## [0.4.1](https://github.com/zyramedia/ionic-image-loader/compare/v0.4.0...v0.4.1) (2016-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show spinner only if spinner property is true ([ebc8b1d](https://github.com/zyramedia/ionic-image-loader/commit/ebc8b1d)) | ||
|
||
|
||
|
||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/zyramedia/ionic-image-loader/compare/2ad79ad...v0.4.0) (2016-10-13) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* export all from index ([2ad79ad](https://github.com/zyramedia/ionic-image-loader/commit/2ad79ad)) | ||
|
||
|
||
### Features | ||
|
||
* almost stable provider with full functionality ([810bc32](https://github.com/zyramedia/ionic-image-loader/commit/810bc32)) | ||
* extend global config and add fallback image ([72a2a37](https://github.com/zyramedia/ionic-image-loader/commit/72a2a37)) | ||
|
||
|
||
|