Skip to content

Releases: NachoSoto/AsyncImageView

10.0

01 Dec 23:55
ed3f482

Choose a tag to compare

What's Changed

Full Changelog: 9.3.1...10.0

9.0

19 Oct 15:54

Choose a tag to compare

Updated dependencies for Xcode 14.1 (minus `tvOS`)

8.0

14 Oct 16:46

Choose a tag to compare

8.0
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

21 Jul 18:01

Choose a tag to compare

7.0 Beta 1 Pre-release
Pre-release
7.0-beta.1

Added support for `watchOS`

Swift 5.0

18 Apr 22:48

Choose a tag to compare

6.0

.travis.yml: using Xcode 10.2

Swift 4.2

21 Sep 02:26

Choose a tag to compare

5.0

Removed all references to RandomKit

4.2

20 Dec 19:44

Choose a tag to compare

4.2
Updated ReactiveSwift to 3.0

4.1

20 Dec 02:05

Choose a tag to compare

4.1
.travis.yml: running on Xcode 9.1 and added iOS 11 check

Swift 4.0

01 Oct 23:32

Choose a tag to compare

1.2

Building with Swift 4.0

Swift 3.1

22 Aug 21:43

Choose a tag to compare

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.