Releases: DerrickRichard/CensorCore-Library
v2.0.0 - The Analysis Update
A major overhaul of the library. Introduces phrase detection, severity levels (Low, Medium, High), and a rich analysis API. Developers can now see exactly why a message was blocked. Adds support for custom rules via censor.extend() and async loading events.
v1.1.0 – Performance and Reliability Update
CensorCore v1.1.0 makes the filtering engine faster and more dependable. The wordlist is now processed ahead of time, the matching is quicker, and the library handles text in a more consistent way. The code has also been cleaned up so it is easier to follow and maintain.
This update adds a couple of small helper functions that let you check whether the wordlist has loaded or if something went wrong while loading it. The public API is locked so it cannot be changed by accident, and the library behaves more safely if it is used before it finishes loading. Overall, this release makes CensorCore smoother and more reliable without changing how you already use it.
v1.0.0 - Initial Release
Initial release with basic filtering functionality and a basic JSON wordlist.