Skip to content

Releases: NachoSoto/AsyncImageView

9.0

19 Oct 15:54
Compare
Choose a tag to compare
Updated dependencies for Xcode 14.1 (minus `tvOS`)

8.0

14 Oct 16:46
Compare
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
Compare
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
Compare
Choose a tag to compare
6.0

.travis.yml: using Xcode 10.2

Swift 4.2

21 Sep 02:26
Compare
Choose a tag to compare
5.0

Removed all references to RandomKit

4.2

20 Dec 19:44
Compare
Choose a tag to compare
4.2
Updated ReactiveSwift to 3.0

4.1

20 Dec 02:05
Compare
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
Compare
Choose a tag to compare
1.2

Building with Swift 4.0

Swift 3.1

22 Aug 21:43
Compare
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.

New Beginnings

23 Jan 23:42
beee84d
Compare
Choose a tag to compare
  • Dropped dependency on ReactiveCocoa, it only depends on ReactiveSwift now.