mailery 0.5.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -88,7 +88,9 @@ A self-hosted library you `npm install` into your Express + MongoDB app. Fire ev
88
88
  - **Pluggable queue** — BullMQ + Redis (default) or Agenda + Mongo (no Redis required).
89
89
  - **`mailery setup-sendgrid` CLI** that wires up domain auth, Cloudflare DNS records, Signed Event Webhook key, and Event Webhook URL in one idempotent command. See [docs/guide/deliverability](https://jeffjassky.github.io/mailery/guide/deliverability#automated-setup-cloudflare).
90
90
  - **MJML** templates with click + open tracking, plain-text auto-derivation, scope-aware suppression at send time.
91
- - **React admin SPA** (Vite-bundled, served as static assets no build step in your app).
91
+ - **Typed host variables** — declare a zod schema + resolver (`defineVars`) and templates get your product data at the root (`{{user.name}}`, `{{firstActiveTopic.title}}`), with editor autocomplete and lint checks driven by the same schema.
92
+ - **Delivery windows** on flow send steps — weekdays-only (Saturday lands → Monday sends), time-of-day delivery, optionally in the contact's timezone.
93
+ - **React admin SPA** (Vite-bundled, served as static assets — no build step in your app) — including template preview as any real contact (cycle with ←/→) and test sends with real resolved variables.
92
94
 
93
95
  ## Status & roadmap
94
96