You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.