Skip to content

v2.1.0

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 29 Jun 16:54
· 35 commits to main since this release

Features

  • Add handlebarsEquivalent field to every FUNCTIONS entry — names the MCN Handlebars helper that replaces an AMPscript function (e.g. Addadd), or null when no direct helper exists.
  • Add mcnHandlebarsGap boolean field — flags functions documented as Marketing Cloud Next-supported but with no working Handlebars helper yet (runtime gap). When true, handlebarsEquivalent is always null.
  • These fields drive AMPscript ↔ MCN Handlebars conversion tooling in sfmc-language-lsp and mcp-server-sfmc.

Chores

  • Document the two new MCN Handlebars fields in README.md.

Full Changelog: v2.0.4...v2.1.0