Updates
Changelog
Keep track of new features, bug fixes, and API changes.
v2.0.1
May 2026- FIX: Added runtime deprecation warning for
v1.xsyntax (theme,content) to help users smoothly migrate to the V2dataAPI without silent failures.
v2.0.0
May 2026BREAKING CHANGE: Standardized field naming across the board. To eliminate confusion between top-level text, embed styling, and form fields, we introduced a strict hierarchical API.
contentis nowtext.themeis nowembed.- All arbitrary parameters like
subject,email, andmessagemust be placed inside thedataobject. - NEW: Introduced a unified
formcord.send()method for fully custom notifications. - NEW: The
dataproperty automatically transforms arbitrary key-value pairs into beautifully formatted Discord embed fields (up to Discord's 25 field limit).
v1.0.0
Early 2026- Initial release.
- Universal Discord notifications using standard Web APIs.
- Included 5 core helpers:
contact,error,deploy,feedback, andbug.