All Versions
19
Latest Version
Avg Release Cycle
74 days
Latest Release
1015 days ago

Changelog History
Page 2

  • v0.7.0 Changes

    October 17, 2017

    ๐Ÿ†• New

    • ZipZap in no longer a dependency.
    • โšก๏ธ Updated License.
  • v0.6.3 Changes

    September 20, 2017

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ Xcode 8 binary support returned.
  • v0.6.2 Changes

    September 19, 2017

    ๐Ÿ†• New

    • ๐Ÿ‘Œ Improved support for many Chinese locales.
  • v0.6.1 Changes

    September 06, 2017

    ๐Ÿ›  Fixes

    • ๐ŸŒ Translation from remote bundle no longer ignored if it's equal to the key.
  • v0.6.0 Changes

    August 03, 2017

    ๐Ÿ†• 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:.
  • v0.5.1 Changes

    June 13, 2017

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed localizationVersion parameter.

    Other

    • โšก๏ธ Updated internal API URL.
  • v0.5.0 Changes

    May 02, 2017

    Braking changes

    • sharedObject is now a property and available as shared property in Swift.

    Behaviour changes

    • โšก๏ธ checkForUpdates now checks for update even if another check wasn't finished.
    • โšก๏ธ Changing localizationType doesn't call checkForUpdates automatically anymore. Call checkForUpdates manually after changing localizationType property

    ๐Ÿ›  Fixes

    • ๐Ÿ“š Updated localizationType documentation.
  • v0.4.1 Changes

    April 21, 2017

    ๐Ÿ›  Fixes

    • 0๏ธโƒฃ Default localizationType fix.
  • v0.4.0 Changes

    April 18, 2017

    ๐Ÿ†• New

    • โž• Added localizationType property for linear control of localization source.
    • โž• Added setAPIToken:projectID method for easy lokalise setup flow.

    Braking changes

    • โœ‚ Removed preReleaseLocalization in favour of localizationType.
    • โœ‚ Removed forceLocalLocalization in favour of localizationType.
    • ๐Ÿ“‡ Renamed token to apiToken.

    Other

    • ๐Ÿ‘ Info.plist setup flow is still supported but is depreciated.
    • All LokaliseDelegate methods are optional now.