Description
This patch release focuses on resolving bugs and improving regex handling for better profanity detection accuracy.
Fixes
- Resolved an issue where certain profanities (e.g.,
a$$
) were not correctly masked due to special character handling in regex. - Improved boundary checks to ensure proper detection of embedded profanities (e.g.,
afuckb
). - Fixed false negatives and positives caused by specific edge cases in regex pattern matching.
Notes
- All existing tests have been validated and updated to ensure compatibility and correctness.
- This update is fully backward-compatible with
v1.2.x
.