All Versions
9
Latest Version
Avg Release Cycle
132 days
Latest Release
2387 days ago

Changelog History

  • v1.4.0

    September 15, 2017
  • v1.3.2 Changes

    October 21, 2016

    ๐Ÿ‘ Swift 3 is supported (#25) on swift3 branch only. No cocoapods available yet since I have issues with pushing podspec using trunk and Xcode8. Will try to solve a problem soon.

    Thank you @peymankh.

  • v1.3.1 Changes

    February 13, 2016
    • ๐Ÿ”ง Avoid calling configure(bundle:) before using localized strings. Swifternalization will configure itself with NSBundle.mainBundle() internally if you do not call this method after localizedString... method is called #12
    • โš  Suppressed several Xcode 7.3/Swift 3 warnings.
  • v1.3 Changes

    November 15, 2015

    Swifternalization 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 simple x 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.