Skip to content

v1.0.0

Choose a tag to compare

@JoernBerkefeld JoernBerkefeld released this 04 Jun 12:50
· 49 commits to main since this release

Features

  • Add mcnSince and mcnNotes fields to all 150 function entries — tracks Marketing Cloud Next API version support (starting at v67) and behavioral differences per function
  • Export isMcnSupported(name) — returns true when a function is available on Marketing Cloud Next
  • Export getMcnApiVersion(name) — returns the MCN API version number (67) or null for MCE-only functions
  • Export getMcnNotes(name) — returns a description of behavioral differences on MCN (e.g. FormatDate, Lookup, StringToDate) or null
  • Document all three MCN helper functions in README

Breaking Changes

  • This is the first major release. The package was previously versioned as 0.x. No API was removed; all existing exports remain unchanged. The version bump reflects the significance of the new MCN compatibility layer.

Full Changelog: v0.2.0...v1.0.0