Skip to content

Releases: DerrickRichard/CensorCore-Library

v2.0.0 - The Analysis Update

05 Jan 02:00
acc8bab

Choose a tag to compare

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

26 Dec 23:08
1664ba4

Choose a tag to compare

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

26 Dec 20:11
6432e64

Choose a tag to compare

Initial release with basic filtering functionality and a basic JSON wordlist.