This repository was 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
mimeTypeinstance method in favor ofSwime.mimeType()static methods - [Breaking Change] Rename
extEnumproperty ofMimeTypetotype
Byte Size
- Remove
typeIs()method in favor oftypecomputed property
Instead of
swime.typeIs(.jpg)you use this
swime.type == .jpgBettyByte
- 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 π»