v0.6.0 - Escape inner text
Features:
- Snapshots now escape
innerText
nodes with named HTML entities.- Previously
<pre><div>Example</div></pre>
would become<pre><div>Example</div></pre>
. - You can toggle this via the
global.vueSnapshots.formatting.escapeInnerText
boolean setting.
- Previously
Maintenance:
- Updated all dependencies.
- Test coverage remains at 100%.
Diff: