Skip to content

1.14.0

Latest

Choose a tag to compare

@vouillon vouillon released this 18 Sep 10:26
· 5 commits to master since this release
4367d9c

1.14.0 (16-Sep-2025)

  • Thread-safety with OCaml 5 (#574).

  • Introduce [Re.Pcre.get_named_substring_opt]. A non raising version of
    [Re.Pcre.get_named_substring] (#525)

  • Introduce parsing functions in Re.{Perl,Pcre,Emacs,Glob} that return a
    result instead of raising. (#542)

  • Introduce experimental streaming API Re.Stream. (#456)

  • Make [Re.Str] functions tail recursive (#539)

  • Fix [Re.Pcre.split]. Regression introduced in 1.12 and a previous bug with
    [Re.Pcre.split] (#538).

  • Avoid parsing unnecessary patterns supported only by Re.Emacs in Re.Str
    (#563)