Skip to content

Releases: TwiN/go-away

v1.1.4

02 Jul 17:19
a7a92da
Compare
Choose a tag to compare
  • Added phoebe in the list of false positives - Thanks to @TomMahle #12
  • Fixed typo in one of the false positives - Thanks to @psidex #13 #14

v1.1.3

24 Jun 18:59
Compare
Choose a tag to compare

Added cass (to cover for words like cassie and cassandra) to list of false positives - Thanks to @TomMahle #11

v1.1.2

20 Mar 22:00
Compare
Choose a tag to compare

Minor performance improvements

v1.1.1

18 Mar 23:59
Compare
Choose a tag to compare
  • Updated Go to 1.16
  • Updated dependencies
  • Minor improvements

v1.1.0

12 Feb 02:08
Compare
Choose a tag to compare
  • Improved accuracy
  • Added false negatives

v1.0.1

20 Dec 19:24
e458efc
Compare
Choose a tag to compare
  • Improved performance by only allocating the text transformer once - Thanks to @finnbear #10

v1.0.0

19 Nov 00:30
Compare
Choose a tag to compare
  • Created a ProfanityDetector struct to allow customization of sanitization
  • Added the ability to toggle sanitizing leet speak and special characters #9

v0.0.5

28 Sep 02:12
Compare
Choose a tag to compare
  • 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

27 Sep 19:58
Compare
Choose a tag to compare
  • 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

10 Aug 21:20
3a4b66b
Compare
Choose a tag to compare