Releases: AdrianBinDC/ProfanityFilter
Releases · AdrianBinDC/ProfanityFilter
Release list
1.1.0
ProfanityFilter 1.1.0
Highlights
- Bundled word lists for English, Spanish, French, Irish, Arabic, and Chinese
- Digests synced from coffee-and-fun/google-profanity-words (
make sync-wordlists) - Daily GitHub Actions workflow opens a PR when upstream releases change digests
- MIT third-party attribution in
THIRD_PARTY_NOTICES.md
Install
.package(url: "https://github.com/AdrianBinDC/ProfanityFilter.git", from: "1.1.0")1.0.0
ProfanityFilter 1.0.0
First modern SPM release of the library.
Highlights
- Configurable
ProfanityFilterwithReplacement(repeating / fixed / custom) - Init-once
MatchIndexmatching over salted HMAC digests (English list bundled) LanguageMode(fixed / automatic / allBundled) via NaturalLanguageString.censored()convenience; deprecatedcleanUpaliases- Swift 6.3 tools, Apple multi-platform floors, GitHub Actions CI
Install
.package(url: "https://github.com/AdrianBinDC/ProfanityFilter.git", from: "1.0.0")