Skip to content

v3.5.0

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 12 Aug 13:03
· 10 commits to main since this release

Features

  • Add nonFunctionalFunctionLookup export — a derived, case-insensitive Map (lowercase name → function entry) of all functions flagged nonFunctionalAtRuntime. Mirrors the existing deprecatedFunctionLookup. Consumed by the new eslint-plugin-sfmc amp-no-nonfunctional-function rule to flag functions that resolve at runtime but have no known working invocation (e.g. GetPortfolioItem, GetPublishedSocialContent).

Full Changelog: v3.4.0...v3.5.0