Skip to content

Releases: web-mech/badwords

v1.6.2

02 Aug 18:01
Compare
Choose a tag to compare

See Changelog

Release v1.1.0

17 Mar 21:59
Compare
Choose a tag to compare
  • #4 Addressed
  • Soundex support added for fuzzy word comparisons.
  • Normal instantiation pattern introduced. No more factory mess.

Release 0.5.0

30 Jul 21:53
Compare
Choose a tag to compare

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