Releases: mmottl/pcre-ocaml
Releases · mmottl/pcre-ocaml
8.0.3
CHANGES:
- Removed export on
caml_alloc_some
to prevent linking issues.
- Added OUnit2-based test suite.
Thanks to Chet Murthy for these contribution.
8.0.1
CHANGES:
- Fixed a bug in the
full_split
function where non-capturing groups were
not identified as such.
- Removed obsolete base-bytes dependency
7.5.1
CHANGES:
- Added GitHub workflow for automated CI/CD.
- Reformatted all OCaml and C-files for consistency.
- Improved and fixed documentation.
- Enhanced README and example README for clarity.
- Fixed macro instantiation formatting and minor C preprocessing issues.
- Corrected license typo.
7.5.0
CHANGES:
- Added support for JIT-compilation of patterns, which can greatly improve
matching performance for most patterns. Users need to explicitly add
the jit_compile
flag to request JIT-compilation when creating regular
expressions.
7.4.6
CHANGES:
- Removed mistakenly kept base library configuration dependency.
7.4.5
CHANGES:
- Removed excessive build dependency on
base
package.
7.4.2
CHANGES:
- Fixed warnings in C-stubs