Skip to content

1.0.1

Compare
Choose a tag to compare
@hpique hpique released this 04 Oct 00:43
· 20 commits to master since this release

Bug fixes related to cache invalidation.

HNKCache

  • Bug fix: setMemoryImage:forKey:format: with nil image didn't invalidate the key. Thanks @julianhirt!

HNKDiskCache

  • Bug fix: adding data after calling removeAllData failed. Thanks @despinoza!