This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Releases: sendyhalim/Swime
Releases Β· sendyhalim/Swime
SPM
PhoenixDown
Support >= iOS 9.0 version
#11 special thanks to @nimajalali for taking care of this
Terminator
Merging fix for AppStore release issue #9
3.0.4
ByteTheDust
- Upgrade to Swift 4.2
- Prevent crash when reading bytes more than data size #5
Carthage
Thriii
- [Breaking Change] Remove
mimeType
instance method in favor ofSwime.mimeType()
static methods - [Breaking Change] Rename
extEnum
property ofMimeType
totype
Byte Size
- Remove
typeIs()
method in favor oftype
computed property
Instead of
swime.typeIs(.jpg)
you use this
swime.type == .jpg
BettyByte
- Add a way to pass array of bytes
Array<UInt8>
directly toSwime.init(bytes:)
π
TypeSafety
- Use loop to check for MIME type matches
- Add enum representation of MIME type extension π»