-
v1.1.0 Stable
released this
2021-02-11 21:04:42 -05:00 | 159 commits to master since this release- Improved accuracy
- Added false negatives
-
v1.0.1 Stable
released this
2020-12-19 23:47:19 -05:00 | 166 commits to master since this release- Improved performance by only allocating the text transformer once - Thanks to @finnbear #10
-
v1.0.0 Stable
released this
2020-11-18 19:27:30 -05:00 | 168 commits to master since this release- Created a ProfanityDetector struct to allow customization of sanitization
- Added the ability to toggle sanitizing leet speak and special characters #9
-
v0.0.5 Stable
released this
2020-09-27 22:08:22 -04:00 | 176 commits to master since this release- Added function to toggle removing accents during sanitization (
goaway.SetSanitizeAccent(bool)) - Added benchmarks
- Updated list of false positives
- Updated list of profanities
- Added function to toggle removing accents during sanitization (
-
v0.0.4 Stable
released this
2020-09-27 15:53:23 -04:00 | 186 commits to master since this release- Added substitution of
+tot - Added
buttheas false positive - Fixed
!substitution toi - Improved test coverage
- Updated Go to 1.15
- Added substitution of
-
v0.0.3 Stable
released this
2020-08-10 17:13:55 -04:00 | 191 commits to master since this release- Added support for false positives - @mattwhite180 (#6)
-
v0.0.2 Stable
released this
2020-05-15 22:32:18 -04:00 | 216 commits to master since this release- Updated libraries
- Moved slice of profanities in different file
- Updated Go to 1.14
-
v0.0.1 Stable
released this
2019-10-07 19:14:21 -04:00 | 218 commits to master since this releaseFirst release