Skip to content

1.0.0.rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dohzya dohzya released this 12 Feb 00:40
· 336 commits to master since this release

Fixes

  • Links's url methods now have a consistent interface (link_resolver is no more mandatory when it's optional—as in WebLink), better error message (when link_resolver is mandatory and missing) and are now documented
  • HTML serialization of spans (through the as_html method) produced output that forgot to close spans, like this: <p><strong>Lorem ipsum</p>. Now fixed, produces <p><strong>Lorem ipsum</strong></p>.