Releases: ArtSabintsev/Siren
Releases · ArtSabintsev/Siren
New Feature
- A delegate method for the latest version installed was added [#99]
- A variable for checking how long ago the current app was released was also added [#99]
- Greek Localization [#101]
- The codebase has been slightly cleaned-up. More
fileprivate extension
and// MARK: -
were added for readability. The sample app also has some more documentation.
Minor Updates
- Added CFBundleDisplayName fallback logic (#97)
- Added Serbian Cyrilic Localization (#98)
- Added Serbian Latin Localization (#98)
Thanks @steviki and @VladislavJevremovic!
Updated Brazilian Localization
See #146 (Harpy) - thanks @lucianocn!
Updated Latvian Localization
iOS 8 now supported (again)
In 1.0.0, I accidentally dropped iOS 8 support. This was an oversight.
Siren's master branch (codebase in Swift 3) now works with iOS 8 - iOS 10.
1.0.0 Release
After nearly 4 years of Harpy and 18 months of Siren, version 1.0.0 of Siren is here!
What's changed? We've converted the library to Swift 3 and tightened up the code in some places. All the features you're used to are ready to go!
If you haven't migrated to Swift 3, we have a 2.3 version located at the swift2.3
branch.
Vietnamese Localization Fix
Fixed Vietnamese localization (#83)
Vietnamese Localization and fix for _BSMachError
- Added Vietnamese localization (#78)
- Fixed
_BSMachError
issue (ArtSabintsev/Harpy#141)
0.9.3
- Improved tests
- Change scope of extension that dealt with localization back to
private
after modifying tests