Skip to content

0.17.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 10 Oct 14:17
· 8462 commits to master since this release

MAJOR NEW FEATURES

  • searchset command. Match multiple regexes in a single pass.
  • unicode option on search, searchset and replace commands.
    Previously, regex unicode support was on by default, which comes at the cost of performance for these "expensive" regex operations. Unicode support is now off by default for these commands.
    Otherwise "inexpensive" regex operations (apply, select, partition, foreach), that primarily scan headers and do input validation still have unicode support on by default.
  • stats now has quartiles and a new, faster variance algorithm that also eliminates intermittent unit test failures on macOS.

See CHANGELOG for details.