Siren v5 (+ Swift 5 Support)
- Adds Swift 5 Support (#277)
- Implements Swift 5's
Result
type inSiren.swift
andAPIManager.swift
- Renames
LookupModel.swift
toAPIModel.swift
- Exposes all values in
APIModel.swift
in a nice public API on a new struct,Model.swift
. (#276) - Siren's public completion handler now uses the
Result
type and returnsModel.swift
instead ofAPIModel.swift
- Fixes the placement of the
Update
button on.optional
alerts (#278)
If you still need access to the Swift 4.2 version of Siren, please use the swift4.2
branch which is equivalent to Siren v4.2.2
.