Skip to content

Releases: NachoSoto/AsyncImageView

10.0

Choose a tag to compare

@NachoSoto NachoSoto released this 01 Dec 23:55
ed3f482

What's Changed

Full Changelog: 9.3.1...10.0

9.0

Choose a tag to compare

@NachoSoto NachoSoto released this 19 Oct 15:54
Updated dependencies for Xcode 14.1 (minus `tvOS`)

8.0

8.0

Choose a tag to compare

@NachoSoto NachoSoto released this 14 Oct 16:46
Fixed `AsyncSwiftUIImageView` lifetime

fb8cf36 made it worse because `AsyncImageLoader` was always being deallocated. This moves the lifetime handling to the view.

7.0 Beta 1

7.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@NachoSoto NachoSoto released this 21 Jul 18:01
7.0-beta.1

Added support for `watchOS`

Swift 5.0

Choose a tag to compare

@NachoSoto NachoSoto released this 18 Apr 22:48
6.0

.travis.yml: using Xcode 10.2

Swift 4.2

Choose a tag to compare

@NachoSoto NachoSoto released this 21 Sep 02:26
5.0

Removed all references to RandomKit

4.2

4.2

Choose a tag to compare

@NachoSoto NachoSoto released this 20 Dec 19:44
Updated ReactiveSwift to 3.0

4.1

4.1

Choose a tag to compare

@NachoSoto NachoSoto released this 20 Dec 02:05
.travis.yml: running on Xcode 9.1 and added iOS 11 check

Swift 4.0

Choose a tag to compare

@NachoSoto NachoSoto released this 01 Oct 23:32
1.2

Building with Swift 4.0

Swift 3.1

Choose a tag to compare

@NachoSoto NachoSoto released this 22 Aug 21:43
AsyncImageView: removed unnecessary sendCompleted from deinit

This can lead to crashes when deallocating the image view, and it's unnecessary because `Signal` guarantees the lifetime from its parent.