Swifternalization v1.1 Release Notes

Release Date: 2015-07-15 // over 8 years ago
    • ๐Ÿ‘Œ 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.