Skip to content

Release 35.12.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 06:03
· 64 commits to main since this release
Immutable release. Only release title and notes can be modified.
35.12.0
15eb1b4
  • ✨ Added type field to data/TagMetadata.json (e.g. "string", "number", "ExifDateTime | string", "Struct")
  • 🐞 Fixed XML entity double-unescaping in TagDescriptions by decoding & last

Commits

  • test(TagDescriptions): add test for decoding XML entities without double-unescaping (fd51ba5)
  • fix: resolve XML entity double-unescaping in TagDescriptions by decoding & last (dbad3d7)
  • fix(TagDescriptions): decode & entity last to prevent double-unescaping (3bde588)
  • feat(TagMetadata): add type field to TagMetadata.json (ac75980)