All Versions
9
Latest Version
Avg Release Cycle
132 days
Latest Release
2200 days ago
Changelog History
Changelog History
-
v1.4.0
September 15, 2017 -
v1.3.2 Changes
October 21, 2016 -
v1.3.1 Changes
February 13, 2016- ๐ง Avoid calling
configure(bundle:)
before using localized strings. Swifternalization will configure itself withNSBundle.mainBundle()
internally if you do not call this method afterlocalizedString...
method is called #12 - โ Suppressed several Xcode 7.3/Swift 3 warnings.
- ๐ง Avoid calling
-
v1.3 Changes
November 15, 2015Swifternalization works with Xcode 7.1 and newest Swfit
-
v1.2.1
August 23, 2015 -
v1.2 Changes
August 02, 2015- โฌ๏ธ Dropped Localizable.strings support and uses JSON files instead. See README file for details.
- โ Added support for strings length variations that are supported in iOS 9 by the system. The framework has its own implementation and supports such feature in iOS 8.0 and newer.
- ๐ Updated Public API and Framework documentations.
- Code cleanup.
-
v1.1 Changes
July 15, 2015- ๐ Improved regular expressions. Now they work 4x faster.
- โ Added support for floating point numbers! Now it is possible to use expressions like
x<9.99
,-3.5<x<99.4
, etc. - ๐ Changed
%d
in expressions to just simplex
since %d might be confusing when added support for floating point numbers. - ๐ Inequality extended expressions matches can work only with
<
and<=
inequality signs. It has been simplified and other confusing cases with>
,>=
and=
are unsupported now. - ๐ Fixed bug that might cause that inequality extended expression might not be validated correctly because of complications with using unsupported now inequality signs.
- โ Removed
ValueType
enum. It is no longer needed after adding floating point numbers. - โก๏ธ Updated docs
- Framework on
swift2
branch works with Xcode 7 beta 3.
-
v1.0.2 Changes
June 29, 2015- Swifternalization is available via CocoaPods.
-
v1.0.2.1 Changes
June 30, 2015- ๐ This is a minor update which includes documentation of the framework. It contains "Public API" and "Full" documentation. Go to README for details.
- โก๏ธ Pod version has been updated to v1.0.2.1 to add info about public docs.