Skip to content

v0.4.0

Compare
Choose a tag to compare
@orium orium released this 25 Apr 14:21
· 94 commits to master since this release

Added

  • Added method TextChunk::as_mut_str() and TextChunk::set_str() for in-place modifications to the text in a
    TextChunk. (#175)

Changed

  • Modified method Element::on_end_tag() to support multiple handlers. This is a breaking change since the old
    semantics of the method was to overwrite any previously set handler. (#177)