⚠️ indicates a breaking change.
[Unreleased]
Added
Builder::autoscope()
is a helper for adding scopes that will automatically be closed.Builder::autoscope_if()
is a variant ofBuilder::autoscope()
that will only add a scope, and call callback, if a predicate is true.Builder::autoscope_opt()
is another variant ofBuilder::autoscope()
that will only add scope, and call callback, if an input option paramter isSome(T)
.
Changed
Removed
[0.1.1] - 2024-11-07
Added
- Derive
Default
onDoc
andRenderContext
[0.1.0] - 2020-09-12
Initial release