v2.0.0
Breaking Changes
AMPSCRIPT_KEYWORDSis now an array of objects ({ name, description, snippet }) instead of astring[]. Consumers that iterated the array as plain strings must read thenamefield (and may usedescription/snippetfor richer IntelliSense). A JSDoc typedef documents the new shape.
Features
- Keyword entries now carry inline
descriptionand editorsnippetdata, migrated from the language server so editors can surface richer completions and hovers directly fromampscript-data.
Bugfixes
AttachFile—minArgscorrected from4to2(only the first two parameters are required per the official docs).HTTPPost2— rebuilt the parameter list (addedexceptionOnError, renamed the response-rowset parameter), setminArgsto3, modeled the optional repeating header group, and corrected thesyntaxstring and example.
Full Changelog: v1.1.0...v2.0.0