Skip to content

Releases: TwiN/go-away

v1.1.0

Choose a tag to compare

@TwiN TwiN released this 12 Feb 02:08
  • Improved accuracy
  • Added false negatives

v1.0.1

Choose a tag to compare

@TwiN TwiN released this 20 Dec 19:24
e458efc
  • Improved performance by only allocating the text transformer once - Thanks to @finnbear #10

v1.0.0

Choose a tag to compare

@TwiN TwiN released this 19 Nov 00:30
  • Created a ProfanityDetector struct to allow customization of sanitization
  • Added the ability to toggle sanitizing leet speak and special characters #9

v0.0.5

Choose a tag to compare

@TwiN TwiN released this 28 Sep 02:12
  • 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

Choose a tag to compare

@TwiN TwiN released this 27 Sep 19:58
  • 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

Choose a tag to compare

@TwiN TwiN released this 10 Aug 21:20
3a4b66b

v0.0.2

Choose a tag to compare

@TwiN TwiN released this 16 May 02:33
  • Updated libraries
  • Moved slice of profanities in different file
  • Updated Go to 1.14

v0.0.1

Choose a tag to compare

@TwiN TwiN released this 13 Oct 23:22
7bcc649

First release