Skip to content

Releases: ArtSabintsev/Siren

Swift 4.2 Support

17 Sep 01:50
Compare
Choose a tag to compare

As of Siren v3.5.0, , all future changes on master will be done in Xcode 10 using Swift 4.2.

For those using Swift v4.1.0, please check out the swift4.1 branch or version 3.4.3 - both point to the same commit hash.

Updated German Localization

24 Jul 14:03
Compare
Choose a tag to compare

Updated Opening URLs Method

02 Jul 02:49
Compare
Choose a tag to compare
  • #216: Now handling openURL deprecation properly (thanks to @ryanthon).

Updated Delegate Method & Sample project

07 Jun 00:56
Compare
Choose a tag to compare
  • #214: Adds localized title to the sirenDidDetectNewVersionWithoutAlert delegate methods (thanks to @gabmarfer)
  • Updates the sample project to point to the App Store Connect app instead of iTunes Connect Mobile, as it supersedes it.

SirenDelegate Enhancements

28 Apr 02:52
Compare
Choose a tag to compare
  • #210: Added a new delegate method that returns the Swift representation of the JSON payload from a successful version checking request.
    sirenNetworkCallDidReturnWithNewVersionInformation(lookupModel: SirenLookupModel)

More SirenLookupModel Enhancements

28 Apr 02:22
Compare
Choose a tag to compare
  • #206 (comment): SirenLookupModel's releaseNotes property is now an optional.
    • Thanks to @bawelter for pointing out the optionality of this property.

SirenLookupModel Enhancements and Bug fixes

23 Apr 14:49
Compare
Choose a tag to compare
  • #206: SirenLookupModel now parses out the releaseNotes.
  • Rare crash when parsing SirenLookupModel (thanks @jstheoriginal)

Changes to accommodate Swift 4.1

29 Mar 20:05
Compare
Choose a tag to compare
  • Minor change to SwiftBundleExtension that made the entire library Swift 4.1 compliant.

Modernized Podspec file

15 Mar 01:33
Compare
Choose a tag to compare
  • Updated Podspec file (since it hasn't been updated much since 2016).
  • Removed .swift-version file, as it's been deprecated.

Improved Brazilian Portuguese Localization

12 Mar 04:19
Compare
Choose a tag to compare

#201: Minor change to the Brazilian Portuguese Localization Strings (thanks to @txaiwieser)