You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,33 @@
1
1
# FetchImage 0.x
2
2
3
+
## FetchImage 0.6.0
4
+
5
+
*April 17, 2021*
6
+
7
+
- Added `ScrollViewPrefetcher` which can be accessed via a `PrefetchImageModel` object. This helps prefetch images when using SwiftUI collections.
8
+
- Updated to Nuke 9.5
9
+
- Updated to Firebase 7.10
10
+
- Added background loading for Firebase URLs
11
+
-`@Publishable` updates are now all on the main thread
12
+
13
+
3
14
## FetchImage 0.5.0
4
15
5
-
*Mar 16, 2021*
16
+
*March 16, 2021*
6
17
7
18
- The Firebase `load` call now provides a URL once cached.
8
19
9
20
## FetchImage 0.4.0
10
21
11
-
*Mar 03, 2021*
22
+
*March 03, 2021*
12
23
13
24
-**Internal Change**`ImageRequest` objects are now optional and may not be immediately fulfilled when initializing a `FetchImage` instance. This allows expansion of the API for additional changes and improvements.
14
25
- Google Firebase support. Using the new convenience initializer to create a `FetchImage` instance with a Firestore `StorageReference` instead of directly from a URL. Optionally, supply any cached URL content when using this initializer to decrease Firestore roundtrips.
15
26
- Fixed and expanded in-line documentation.
16
27
17
28
## FetchImage 0.3.0
18
29
19
-
*Dec 26, 2020*
30
+
*December 26, 2020*
20
31
21
32
-**Breaking Change**`FetchImage` no longer starts the request in the initializer, you must call `fetch()`.
22
33
- Add `reset()` method which clears the entire `FetchImage` state including the downloaded image. This is crucial for long lists where you don't want `FetchImage` instances to retain images which are off screen.
@@ -35,6 +46,6 @@
35
46
36
47
## FetchImage 0.1.0
37
48
38
-
*Mar 19, 2020*
49
+
*March 19, 2020*
39
50
40
51
- Initial release. See an [introductory post](https://kean.github.io/post/introducing-fetch-image) for more information.
0 commit comments