Skip to content

v2.0.0

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 14 Jun 15:05
· 45 commits to main since this release

Breaking Changes

  • AMPSCRIPT_KEYWORDS is now an array of objects ({ name, description, snippet }) instead of a string[]. Consumers that iterated the array as plain strings must read the name field (and may use description / snippet for richer IntelliSense). A JSDoc typedef documents the new shape.

Features

  • Keyword entries now carry inline description and editor snippet data, migrated from the language server so editors can surface richer completions and hovers directly from ampscript-data.

Bugfixes

  • AttachFileminArgs corrected from 4 to 2 (only the first two parameters are required per the official docs).
  • HTTPPost2 — rebuilt the parameter list (added exceptionOnError, renamed the response-rowset parameter), set minArgs to 3, modeled the optional repeating header group, and corrected the syntax string and example.

Full Changelog: v1.1.0...v2.0.0