Badwords Versions Save

A javascript filter for badwords

v1.6.2

5 years ago

See Changelog

v1.1.0

9 years ago
  • #4 Addressed
  • Soundex support added for fuzzy word comparisons.
  • Normal instantiation pattern introduced. No more factory mess.

0.5.0

9 years ago

Release 0.5.0

Deprecated

  • String.clean is now deprecated, bad idea, stubbed out for now. Soon to be removed.

Added

  • Added ability to instantiate new instances of the filter with the Factory property
  • Added ability to add new words to the filter list with the addWords method (thanks @petreboy14)
  • Added ability to override the default placeHolder when using a custom filter