Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Releases: sendyhalim/Swime

SPM

23 Jul 04:34
e7e271f

Choose a tag to compare

Merge pull request #15 from theoriginalbit/patch-1

Update Package.swift to specify platform targets in line with pod spec

PhoenixDown

17 Apr 17:06
918dc9f

Choose a tag to compare

Support >= iOS 9.0 version

#11 special thanks to @nimajalali for taking care of this

Terminator

16 Mar 20:18
09bf6bf

Choose a tag to compare

Merging fix for AppStore release issue #9

3.0.4

16 Feb 18:25
7bb63b1

Choose a tag to compare

Fix tif bug #8

ByteTheDust

31 Jan 17:49

Choose a tag to compare

  • Upgrade to Swift 4.2
  • Prevent crash when reading bytes more than data size #5

Carthage

12 Dec 13:57
3206b1d

Choose a tag to compare

This release adds Carthage support thanks to @buh 🍻

Thriii

18 Apr 16:11

Choose a tag to compare

  • [Breaking Change] Remove mimeType instance method in favor of Swime.mimeType() static methods
  • [Breaking Change] Rename extEnum property of MimeType to type

Byte Size

17 Apr 13:58

Choose a tag to compare

  • Remove typeIs() method in favor of type computed property

Instead of

swime.typeIs(.jpg)

you use this

swime.type == .jpg

BettyByte

27 Mar 13:30

Choose a tag to compare

  • Add a way to pass array of bytes Array<UInt8> directly to Swime.init(bytes:) 🍞

TypeSafety

24 Mar 19:05

Choose a tag to compare

  • Use loop to check for MIME type matches
  • Add enum representation of MIME type extension 🍻