All Versions
9
Latest Version
Avg Release Cycle
132 days
Latest Release
2558 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.