⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
- Use Edition 2024. Set MSRV to
1.87.
Removed
[0.1.2] - 2024-11-21
Added
Element::scope()can be used to add an element and construct child nodes in a closure.- Add an
ownedmodule that contains an alternativeElementimplementation that avoids lifetimes.
Changed
Element::sub()'s closure was changed fromFnMuttoFnOnce.Element::optattr_map()'s closure was changed fromFntoFnOnce.Element::map_attr()'s closure was changed fromFntoFnOnce.Element::opt_map()'s closure was changed fromFntoFnOnce.Element::map()'s closure was changed fromFntoFnOnce.Element::map_attr_if()'s closure was changed fromFntoFnOnce.
[0.1.1] - 2024-11-07
Added
- Add
Element::map_opt().
[0.1.0] - 2020-09-12
Initial release