Changelog

Track the latest updates and improvements for Compare XML.

v0.3.0

Features

  • Skills: Added Compare XML Agent Skill so Claude Code, Codex CLI, OpenCode, Cursor, and other AI agents can invoke the CLI on demand.
  • MCP: Added Compare XML MCP Server, letting AI assistants call XML comparison capabilities through the Model Context Protocol.
  • Result Diff Navigation: Clicking a diff entry on the result page now scrolls the corresponding diff line into view.
  • Result Data Loading: The result page now supports loading comparison content from a URL or Base64-encoded data.

v0.2.0

Features

  • Array Matching Strategies: Choose from By Index, LCS, or Unordered matching modes.
  • Additional Compare Options: Added tolerance options such as ignoring key/value case.
  • Persistent Compare Settings: Compare options are automatically saved to LocalStorage and restored on page reload.

v0.1.0

Features

  • Structural Comparison: Recursively compares XML documents while ignoring attribute order and whitespace differences.
  • Multiple Input Methods: Edit, paste, upload files, or fetch XML directly from a URL.
  • Visual Diff Results: Displays diff counts and types, filters diffs by type, and highlights changes with color-coded code.