F
Formcord

Updates

Changelog

Keep track of new features, bug fixes, and API changes.

v2.0.1

May 2026
  • FIX: Added runtime deprecation warning for v1.x syntax (theme, content) to help users smoothly migrate to the V2 data API without silent failures.

v2.0.0

May 2026

BREAKING 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.

  • content is now text.
  • theme is now embed.
  • All arbitrary parameters like subject, email, and message must be placed inside the data object.
  • NEW: Introduced a unified formcord.send() method for fully custom notifications.
  • NEW: The data property 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, and bug.