Skip to content

v0.10.0

Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 05 May 13:35
· 305 commits to master since this release
  • Update to PCRE v10.33
  • New PcreExtraCompileOptions: EscapedCrIsLf, AltBsUX
  • JIT compilation options are now exposed as PcreRegexSettings.JitCompileOptions
    • PartialSoft and PartialHard JIT compilation options can now be specified separately
    • New InvalidUtf JIT compilation option
  • New PcreMatchOptions: CopyMatchedSubject (should not be useful in .NET unless you unsafe-modify strings)