oq v1.0.2 Release Notes

Release Date: 2020-04-12 // about 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Better handle some cases #55
      • Correctly sets JSON value content when XML content is blank
      • Sets mixed content #text value if there is a single text node child

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ Support wrapping XML value in CDATA #54
      • When converting to XML, JSON keys prefixed with ! will have the value wrapped in <![CDATA[]]. See the specs for an example.
    • ๐Ÿ‘ท Switch CI to GH actions #47