Skip to content

Releases: bullinnyc/CachedAsyncImage

2.6.0

Choose a tag to compare

@bullinnyc bullinnyc released this 21 Apr 11:22
cb253e1

Added

  • Added url request parameter.

Updated

  • Minor improvements.
  • Updated README.md

2.5.0

Choose a tag to compare

@bullinnyc bullinnyc released this 11 Feb 09:02
6babc1e

Added

  • Added support tvOS, watchOS, visionOS.
  • Added Logger.

Updated

  • Updated README.md

2.4.0

Choose a tag to compare

@bullinnyc bullinnyc released this 22 Jan 01:54
0fc8873

Added

  • Added image loader State.
  • Added error retry handler.

Updated

  • Updated README.md

2.3.0

Choose a tag to compare

@bullinnyc bullinnyc released this 08 Jan 12:51
32a1740

Added

  • Added ImageCache property wrapper.
  • Added Network property wrapper.

Updated

  • TemporaryImageCache is no longer available. Use ImageCache property wrapper.
  • Fixed error message deletion when reloading image.
  • Updated README.md

2.2.0

Choose a tag to compare

@bullinnyc bullinnyc released this 08 Nov 13:25
bae5d65

Added

  • Added macOS support.

2.1.1

Choose a tag to compare

@bullinnyc bullinnyc released this 28 Oct 15:14

Updated

  • Fixed image displaying without placeholder or error.

Removed

  • Removed CachedAsyncImageConfiguration.

2.1.0

Choose a tag to compare

@bullinnyc bullinnyc released this 07 Oct 13:07

Added

  • Added logger level.

Updated

  • Updated README.md

2.0.0

Choose a tag to compare

@bullinnyc bullinnyc released this 02 Oct 01:57

Added

  • Added loading progress and error to be displayed.

Updated

  • Updated README.md

1.4.0

Choose a tag to compare

@bullinnyc bullinnyc released this 13 Sep 13:57

Added

  • Added reload image if the URL on change.

Updated

  • Updated README.md

1.3.0

Choose a tag to compare

@bullinnyc bullinnyc released this 01 Jul 11:08

Updated

  • Updated response info.