v0.2.2
Fixed
- Capturing a
templateresult now works:s = template(src, dst)then
if s.changed { … }resolves instead of halting witherr.undefinedResult.
template result now works: s = template(src, dst) thenif s.changed { … } resolves instead of halting with err.undefinedResult.