v0.4.0
Added
- Added method
TextChunk::as_mut_str()andTextChunk::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)