Skip to content

Release v0.3.33

Choose a tag to compare

@github-actions github-actions released this 24 Mar 12:24

Release 0.3.33

Changelog

Changed

  • Export payload completeness: menu/item export now keeps schema keys present and exports null for empty values (instead of omitting keys), improving downstream parser stability.
  • Export key ordering: exported associative objects are now emitted with stable alphabetical key order (including nested item objects) for deterministic snapshots and diffs.

Fixed

  • Permission payload canonicalization: item export no longer emits legacy permissionKey; only permissionKeys and isUnanimous are exported.
  • Exporter tests: service tests now validate null-preserving exports and deterministic key ordering.

Full Changelog: v0.3.32...v0.3.33