• v1.1.0 254a0c6fa7

    v1.1.0 Stable

    TwiN 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 e458efcadb

    v1.0.1 Stable

    TwiN 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 f0a5714b95

    v1.0.0 Stable

    TwiN 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 2cf7c5ed9f

    v0.0.5 Stable

    TwiN 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
  • v0.0.4 f47cdd5907

    v0.0.4 Stable

    TwiN released this 2020-09-27 15:53:23 -04:00 | 186 commits to master since this release

    • Added substitution of + to t
    • Added butthe as false positive
    • Fixed ! substitution to i
    • Improved test coverage
    • Updated Go to 1.15
  • v0.0.3 3a4b66b383

    v0.0.3 Stable

    TwiN 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 0c0799fe9e

    v0.0.2 Stable

    TwiN 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 7bcc649be0

    v0.0.1 Stable

    TwiN released this 2019-10-07 19:14:21 -04:00 | 218 commits to master since this release

    First release