Skip to content

0.9.5 (2017-04-22)

Compare
Choose a tag to compare
@JoshyPHP JoshyPHP released this 22 Apr 05:12
· 2913 commits to master since this release
0.9.5

Full commit log

Added

  • 3159fe96a XPathHelper: added support for ints and floats in export()

Fixed

  • 284b4e08e FoldArithmeticConstants: fixed an issue with number formatting in non-C locales
  • 65f5721d4 Parser: fixed an unbounded loop that can occur when a tag closes an ancestor with a worse priority

Changed

  • cd0a160b3 FoldArithmeticConstants: improved the parsing of decimal and negative numbers
  • 82abeb20c Parser: do not apply closeAncestor/closeParent rules if maxFixingCost has been reached to mitigate against unbounded loops
  • a8abcf6dd Parser: tweaked regexp for performance
  • b7ba9e117 XPathHelper: improved detection of numerical expressions