Skip to content

Releases: imgflo/ImgFlo.swift

Minor fixes

05 Jan 22:19
Compare
Choose a tag to compare

Point to official SCrypto lib.
Bump version.

Swift 3 Support

24 Nov 18:37
@Eke Eke
Compare
Choose a tag to compare

Added Swift 3 support

Add Podspec and replace Crypto

22 Jun 08:59
Compare
Choose a tag to compare
Merge pull request #11 from the-grid/remove-crypto-add-pod

version bump

0.3.5

18 Nov 14:26
Compare
Choose a tag to compare

This release is compatible with Xcode 7.1 and Swift 2.1

  • Updates handling of GIFs to reflect support in imgflo. GIFs are no longer bypassed but proxied, cached, and served over https.
  • Adds the NoOp graph.

0.2.4

18 Nov 14:25
Compare
Choose a tag to compare

This release is compatible with Xcode 6.4 and Swift 1.2

  • Updates handling of GIFs to reflect support in imgflo. GIFs are no longer bypassed but proxied, cached, and served over https.
  • Adds the NoOp graph.

0.3.4

27 Sep 06:10
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 GM and Swift 2.0

  • Renames the internal rawValue property to avoid any confusion with RawRepresentable.

0.2.3

27 Sep 06:10
Compare
Choose a tag to compare

This release is compatible with Xcode 6.4 and Swift 1.2

  • Renames the internal rawValue property to avoid any confusion with RawRepresentable.

0.3.3

13 Sep 01:51
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 GM and Swift 2.0

  • Updates the dependency on Crypto to version 0.1.0

0.3.2

11 Sep 19:48
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 GM and Swift 2.0

  • Adds special casing for data URIs (e.g. data:image/jpeg;base64,/9j/4AA...), and URLs with .gif extensions since both of these are not yet supported by imgflo on the server side.

0.3.1

11 Sep 08:19
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 GM and Swift 2.0

  • Fixes an issue where dependencies of the test targets were required to build the framework targets.