Skip to content

v1.1.0

Compare
Choose a tag to compare
@k3a k3a released this 07 Nov 17:22
· 7 commits to master since this release
  • same as v1.0.9, just signaling the fact that the new functionality has been added
  • fully-backward-compatible update (with any past version)
  • functional options (line breaks style and tag inner text preservation)
    HTML2TextWithOptions(`click <a href="http://bit.ly/2n4wXRs">news</a>`, WithLinksInnerText())
    // produces: click news <http://bit.ly/2n4wXRs>