v1.0.0
Features
- Add
mcnSinceandmcnNotesfields to all 150 function entries — tracks Marketing Cloud Next API version support (starting at v67) and behavioral differences per function - Export
isMcnSupported(name)— returnstruewhen a function is available on Marketing Cloud Next - Export
getMcnApiVersion(name)— returns the MCN API version number (67) ornullfor MCE-only functions - Export
getMcnNotes(name)— returns a description of behavioral differences on MCN (e.g.FormatDate,Lookup,StringToDate) ornull - 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