Skip to content

Releases: gonzalezreal/NetworkImage

NetworkImage 6.0.0

09 Sep 17:32
7aff8d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...6.0.0

NetworkImage 5.0.0

14 Apr 05:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...5.0.0

NetworkImage 4.0.1

12 Mar 17:01
c97f83e
Compare
Choose a tag to compare

What's Changed

  • Fix infinite loop in iOS 14 when embedding NetworkImage inside HStack by @gonzalezreal in #27

Full Changelog: 4.0.0...4.0.1

NetworkImage 4.0.0

20 Dec 06:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...4.0.0

NetworkImage 3.1.2

09 Oct 06:04
Compare
Choose a tag to compare

What's Changed

  • Update project configuration

NetworkImage 3.1.1

29 Aug 09:28
Compare
Choose a tag to compare
  • Set platform requirements
  • Bump dependencies

NetworkImage 3.1.0

07 Jul 09:31
Compare
Choose a tag to compare
  • Image store improvements
  • Relax platform requirements to macOS 10.15, iOS 13.0, tvOS 13.0 and watchOS 6.0

NetworkImage 3.0.1

17 Jun 10:14
Compare
Choose a tag to compare

Update cached images immediately #17:

  • If the image is already in the cache, we update the state immediately, avoiding a thread hop and an unnecessary animation.

NetworkImage 3.0.0

09 Jun 15:54
Compare
Choose a tag to compare

New features:

  • Use an explicit animation for NetworkImage state changes.
  • Add networkImageScheduler(_:) and networkImageLoader(_:) modifiers for animations and UI testing.

Breaking changes:

  • NetworkImageCache replaces both ImageCache and ImmediateImageCache.
  • NetworkImageLoader replaces ImageDownloader.
  • The NetworkImage.synchronous() method has been removed and is superseded by the new networkImageScheduler(_:) view modifier.

NetworkImage 2.1.0

14 Jan 17:39
Compare
Choose a tag to compare
  • Allow URL updates in parent views
  • Replace isSynchronous global property with synchronous() modifier.