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.EmacsinRe.Str
(#563)