- Crashes caused by the
\u0000
character in strings.
- 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.
- 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.