Skip to content

Releases: lucianboboc/LBCache

Xcode 8 warnings fixed.

15 Apr 15:22
Compare
Choose a tag to compare
1.0.7

- fixed Xcode 8 warnings.

fixed the cancel download bug

15 Sep 17:34
Compare
Choose a tag to compare

fixed the cancel download bug

Added documentation for all header files.

22 Jun 12:21
Compare
Choose a tag to compare
1.0.5

changed to version 1.0.5

added notifications for start and stop image download

18 Jun 14:26
Compare
Choose a tag to compare
1.0.4

- fixed notification bug where addObserver's object property was self…

changed urlString to be nullable

18 Jun 12:36
Compare
Choose a tag to compare

urlString was changed to __nullable so it doesn't required nil check with Swift every time a urlString is set.

Added __nullable and __nonnull type annotations for the headers.

18 Jun 12:16
Compare
Choose a tag to compare
1.0.2

- added __nullable and __nonnull type annotations for the headers.

1.0.1

22 Apr 16:01
Compare
Choose a tag to compare

1.0.0

22 Apr 15:19
Compare
Choose a tag to compare
- added LICENSE.md file