Releases: ArtSabintsev/Siren
Fixed Scoping Issue
- Fixes #161 & #162. Thanks @iJasonWade for his diligence in quickly reporting this issue.
Support for Swift 4 / iOS 11 / Xcode 9
Greetings,
Siren 3.0.0 is the Swift 4 language-compatible version of Siren. It builds on the architectural changes that were introduced earlier this year, and adds some Swift 4 features, mainly Decodable
and JSDecoder
.
Moving forward, any bugfixes or features will only make their way to the Swift 4 version of the codebase.
Swift Version | Branch Name | Will Continue to Receive Updates? |
---|---|---|
4.0 | master | Yes |
3.2 | swift3.2 | No |
3.1 | swift3.1 | No |
2.3 | swift2.3 | No |
Updated Japanese Localization
#159: Updated the Japanese localization (thanks to @nixnoughtnothing)
Three Small Changes
Fix for devices that use 24hr
#150: Fixes issue with devices that use 24hr time (thanks to Ryoh Tsukahara).
Added Urdu Localization
#171 (Harpy) : Added Urdu Localization (thanks to @RajChanchal)
Added 3 Persian/Farsi Localizations
#144: Added Persian, Persian-Afghanistan, and Persian-Iran Localizations (thanks to @MojtabaHs)
Added Czech Translation
#143: Added Czech Localization (thanks to @premyslvlcek)
Improved Brazilian Portuguese Translation
- Improved Brazilian Portuguese Translation (thanks to @txaiwieser)
SirenVersionCheckType -> Siren.VersionCheckType
SirenVersionCheckType
is now accessed directly on Siren as `Siren.VersionCheckType.
Technically, there should be no breaking changes