Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 946 Bytes

File metadata and controls

22 lines (16 loc) · 946 Bytes

Change Log

  • Updated various dependencies

Fixed

  • Crashes caused by the \u0000 character in strings.

Fixed

  • Issue where result ranges would be incorrect or cause crashes due to changing string sizes when disabling case-sensitivity.
  • Versioning information for examples in README.md. Added reminder of this to publishing checklist.

Fixed

  • Library couldn't be used due to mismatch between Gradle's expected JVM version and compiled code.

Initial implementation of low memory Aho-Corasick structure.