6.3.3 (2019-03-13)
6.3.2 (2018-09-23)
- image-loader: fix rxjs fromEvent issue (ce7f59f)
- image-loader: URLs with query params lead to broken filenames (#196) (d32f351)
- image-loader: Wrong path with Ionic on Android (#194) (d4132f1)
- load: fire load event only when image is done loading (#200) (ce123dc), closes #195
- clearImageCache: add ability to remove single image cache (#192) (e22aa57)
- image-loader: add ionic webView 2 support (#189) (da035a8), closes #187
- lib: allow specifying storage type (#177) (4d8e1c5)
- lib: Angular5 support (cb8fd22)
- lib: fix issues when loading same image multiple times (f23056f)
6.0.0 (2018-09-17)
5.1.0 (2018-09-17)
- cache: Images not saved to cache (#171) (07eb2e7)
- image-loader: queue stucks processing same url more than concurrency (12e7750)
5.0.4 (2018-07-04)
5.0.3 (2018-06-29)
- image-loader: resolve gray content in image issue (#163) (a15309f)
- livereload: images not loading (#161) (ead3918)
5.0.2 (2018-06-18)
5.0.0 (2018-01-23)
- replace FileTransfer plugin with HttpClient (#125) (45201ce)
- support saving cached images with extension (#113) (fec6e51)
4.2.1 (2017-09-07)
- component: revert to Renderer class to maintain backwards compatbility (316fcb9), closes #95
- provider: remove platform.ready (#96) (6c3b20e)
4.2.0 (2017-09-04)
- image-loader: allow setting FileTransfer options (6802a9b), closes #88
- img-loader: allow adding content inside the image box (366d42e)
4.1.1 (2017-07-16)
4.1.0 (2017-07-16)
4.0.2 (2017-07-16)
4.0.1 (2017-07-15)
4.0.0 (2017-07-12)
- core: update to use ionic-native v4 (0b14443), closes #74
- add URL resolver (#61) (da78d60)
- use deviceready and fix data:null issue (#55) (fe1dca4)
- core: this module no longer supports Ionic Native 3.x
3.2.1 (2017-05-24)
- add fallback to img tag when loaded in browser (#45) (ad049a9)
- handle ionic WKWebView better (b17e182)
3.1.1 (2017-04-20)
- image-loader: create both cache directories independently (#40) (a9c330f)
- image-loader: use tempDirectory on iOS (#39) (f29d630)
- ability to use fallbackUrl as placeholder instead of spinner (#36) (c2686c7)
- add ability to customize spinner (5d0566d), closes #38
3.0.0 (2017-04-04)
- remove BrowserModule import (508e8cc)
- add forRoot method for module (6881a1f)
2.0.2 (2017-03-22)
- image-loader: delete one file at once to maintain cache size (f37f1e9)
- image-loader: delete one file at once to maintain cache size (09871bd)
- image-loader: ignore errors when maintaining cache size (4c14ee6)
- img-loader: center align spinner (8655454)
- always use getCachedImagePath to get image path (#25) (09ed878)
- image-loader: trust all hosts (6411b1c), closes #23
1.6.0 (2017-02-17)
- core: maximum cache size and age (d49f69a), closes #14
- image-loader-config: add setMaximumCacheSize and setMaximumCacheAge (c9e5fae)
- img-loader: ability to disable caching and update images (0cc2c22)
1.4.0 (2017-02-07)
- image-loader: only clear cache on Cordova platform (61a5032)
1.3.0 (2017-01-18)
1.2.0 (2016-12-30)
- add clearCache method (6bcc799)
1.1.0 (2016-12-30)
- implement queue mechanisim (51c2e35)
1.0.0 (2016-11-24)
- use fallback image if image fails to load (#6) (d57f395)
- image-loader-spinner: make spinner responsive and use svg (e2616c3)
0.4.1 (2016-10-13)
- show spinner only if spinner property is true (ebc8b1d)
0.4.0 (2016-10-13)
- export all from index (2ad79ad)