Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 432 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 432 Bytes

Changelog

[0.1.0] - 2024-11-20

Added

  • Attributes parsing: Attributes are now included in the returned object under the $attrs key.
  • Text content handling: Text content is now stored in an object under the #text key, rather than as a raw string.

Changed

  • The structure of the returned JSON now includes attributes and text content in a more structured format, allowing for better handling of XML data.