v2.1.0.0 - "All The Cases!"
- Added a case-insensitive variant of the Boyer-Moore algorithm in the
Data.Text.BoyerMooreCI.*
modules. (#47) - Fixed a bug in the case-insensitive Aho-Corasick replacer where it would
replace the wrong section of the haystack when the needle had a different
byte-length than the matching part of the haystack. (#47) - Allow mapping the payloads of Aho-Corasick automatons. (#46)