Releases: web-mech/badwords
Releases · web-mech/badwords
v1.6.2
Release v1.1.0
- #4 Addressed
- Soundex support added for fuzzy word comparisons.
- Normal instantiation pattern introduced. No more factory mess.
Release 0.5.0
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