Skip to content

Releases: jinSasaki/Vulcan

0.3.3

25 Sep 06:03
Compare
Choose a tag to compare

Others

  • Support Xcode 9 and Swift 4

0.3.2

01 Jul 02:34
Compare
Choose a tag to compare

Bugfixes

  • Fixed DeploymentTarget to iOS 9 for installation via Carthage.

0.3.1

07 May 07:13
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug that fails Release build. #22

0.3.0

24 Apr 03:42
Compare
Choose a tag to compare

API breaking changes

  • Changed interface for UIImageView from vl_ to vl.
    • ex: vl_setImage -> vl.setImage
  • Changed setting default value interface
    • ex: Vulcan.defaultImageDownloader.decoder
    • ex: Vulcan.cacheMemoryCapacity

Enhancements

  • Set nil to UIImageView image immediately if placeholder image is nil
  • Enabled to change value of Default Cache

Bugfixes

  • More safety for access level

Others

  • Update examples with Vulcan 0.3.0

0.2.1

28 Mar 17:15
Compare
Choose a tag to compare
  • Support Xcode 8.3

0.2.0

07 Dec 14:33
Compare
Choose a tag to compare

API breaking changes

  • None

Enhancements

  • Support WebP for CocoaPods

Bugfixes

  • None

0.1.2

30 Oct 09:48
Compare
Choose a tag to compare

API breaking changes

  • None

Enhancements

  • None

Bugfixes

  • Divide protocol classes
  • Fix access modifiers
  • Use cococapods for installation of Sample project

0.1.1

28 Oct 08:45
Compare
Choose a tag to compare

API breaking changes

  • None

Enhancements

  • Support Carthage

Bugfixes

  • None