Skip to content

Improvements and fix

Compare
Choose a tag to compare
@tomkowz tomkowz released this 15 Jul 19:33
· 73 commits to master since this release
  • 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.