All Versions
19
Latest Version
Avg Release Cycle
74 days
Latest Release
1015 days ago
Changelog History
Page 2
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 andLokaliseDelegate
protocol in favour of new and updated methods. - 0๏ธโฃ
localizationLocale
property is readonly now (usesetLocalizationLocale:makeDefault:completion:
method). - โก๏ธ
checkForUpdates
method is updated tocheckForUpdatesWithCompletion:
.
- โ Added
-
v0.5.1 Changes
June 13, 2017๐ฅ Breaking changes
- โ Removed
localizationVersion
parameter.
Other
- โก๏ธ Updated internal API URL.
- โ Removed
-
v0.5.0 Changes
May 02, 2017Braking changes
sharedObject
is now a property and available asshared
property in Swift.
Behaviour changes
- โก๏ธ
checkForUpdates
now checks for update even if another check wasn't finished. - โก๏ธ Changing
localizationType
doesn't callcheckForUpdates
automatically anymore. CallcheckForUpdates
manually after changinglocalizationType
property
๐ Fixes
- ๐ Updated
localizationType
documentation.
-
v0.4.1 Changes
April 21, 2017๐ Fixes
- 0๏ธโฃ Default
localizationType
fix.
- 0๏ธโฃ Default
-
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 oflocalizationType
. - โ Removed
forceLocalLocalization
in favour oflocalizationType
. - ๐ Renamed
token
toapiToken
.
Other
- ๐ Info.plist setup flow is still supported but is depreciated.
- All
LokaliseDelegate
methods are optional now.
- โ Added