Skip to content

v0.9.23

Compare
Choose a tag to compare
@wrabit wrabit released this 21 Jul 07:57
· 315 commits to main since this release

What's Changed

An issue caused a discovery that tags were being mutated if DTL syntax was against an opening tag name i.e.

<li{% expr %}>..</li>

Which after processing resulted in:

<li{% expr %}>..</li{% expr %}>

We solved it by better handling of white space when we match and replace the DTL expressions.

Full Changelog: v.0.9.22...v0.9.23