Skip to content

Releases: ocaml/ocaml-re

1.10.1

09 Sep 05:54

Choose a tag to compare

CHANGES:

  • Glob: add optional argument ?backslash_escapes to control interpretation of
    backslashes (useful under Windows) (#197, #198)

  • Restore accidentally deleted *_seq deprecated aliases.

1.10.0

25 Aug 21:08

Choose a tag to compare

CHANGES:

  • Add the [:alpha:] character class in Re.Perl (#169)
  • Double asterisk (**) in Re.Glob (#172)
    Like * but also match / characters when pathname is set.
  • Double asterisk should match 0 or more directories unless in trailing
    position. (#192, fixes #185)

1.9.0

06 Apr 07:10

Choose a tag to compare

CHANGES:

  • Fix regression in Re.exec_partial (#164)
  • Mov gen related functions to Re.Gen and deprecate the old names (#167)
  • Introduce Re.View that exposes the internal representation (#163)

1.8.0

04 Aug 15:27

Choose a tag to compare

CHANGES:

  • Fix index-out-of-bounds exception in Re.Perl.re (#160)
  • Add seq based iterators (#170)

1.7.3

15 Mar 14:10

Choose a tag to compare

1.7.3 (05-Mar-2018)

  • Remove dependency on bytes package (#155)

1.7.2

28 Feb 19:47

Choose a tag to compare

1.7.2 (01-Mar-2018)

  • Deprecate all Re_* modules. Re_x is now available as Re.X
  • Deprecate all re.x sub libraries. Those are all available as Re.X
  • Make all function in Re.Str tail recursive.

Fix tests for 4.00.1

06 Jun 18:09

Choose a tag to compare

  • Fix 4.00.1 compatibilty with tests.

OCaml Re version 1.4.0

12 May 16:16

Choose a tag to compare

  • Add Re.{mark,marked,mark_set}. Regexps can now be "marked" to query post
    execution if they matched.

OCaml Re version 1.3.2

13 Apr 17:04

Choose a tag to compare

  • Fix replacing 0 length matches (#55)

OCaml Re version 1.3.1

13 Mar 15:41

Choose a tag to compare

  • Rename {Cset, Automata} to {Re_cset, Re_automata}