Releases: snguyenthanh/better_profanity
Releases · snguyenthanh/better_profanity
v0.7.0
v0.6.1
- #10 Fix compatibility issue with Python 3.5 (and earlier) (@Giovanni-Alzetta)
- #11 Update wordlist and add modified spelling for
t
:7
v0.6.0
- Add function
load_censor_words_from_file
to load a custom wordlist from a local text file. - Add a keyword argument
whitelist_words
to functionsload_censor_words
andload_censor_words_from_file
to ignore adding words in a wordlist intoprofanity
.
v0.5.0
v0.4.0
Using type hinting is a good engineering practice, but the goal is to support the community and not to limit their usage to Python >=3.5
.
So let's remove the type hinting to enable the library for Python 3.*
.
v0.3.4
Add significantly more swear words from Full List of Bad Words and Top Swear Words Banned by Google.
v0.3.3
Fix an incompatibility problem with Python 3.5
v0.3.2
Fix a typo in documentation
v0.3.1
- Remove unused dependencies
v0.3.0
- Remove
&
and^
from word dividers.