Skip to content

v3.1.0

Choose a tag to compare

@davidcalhoun davidcalhoun released this 08 Mar 02:10
  • config option contentMap can now be passed to transform any XML content. For instance, if you want <a>null</a> to instead appear as <a></a> you pass in contentMap: (content) => { return content === null ? '' : content }
  • fixed an issue with improper line breaks and indenting with null content