lokalise v0.6.0 Release Notes

Release Date: 2017-08-03 // over 6 years ago
  • ๐Ÿ†• New

    • โž• Added LokaliseFrameworkVersion constant.
    • โž• Added lokaliseBundleVersion property.
    • โž• Added LokaliseDidUpdateLocalizationNotification which is called when localization source is changed or updated.
    • โž• Added setLocalizationLocale:makeDefault:completion: method.
    • โž• Added framework modulemap. Swift integration no longer requires bridging header.

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed delegate property and LokaliseDelegate protocol in favour of new and updated methods.
    • 0๏ธโƒฃ localizationLocale property is readonly now (use setLocalizationLocale:makeDefault:completion: method).
    • โšก๏ธ checkForUpdates method is updated to checkForUpdatesWithCompletion:.