v0.5.0 - Tags With Whitespace Preserved
Features:
- The diffable format settings
globalThis.vueSnapshots.formatting.tagsWithWhitespacePreserved
has been implemented by @mauryapari.- By default that means
a
andpre
tags will not have their internal whitespace (returns/indentation) touched by the formatter. - It also means you can pass in an array of any tags to do this for.
- Or you can pass in
true
for all tags to have whitespace preserved - Or pass in
false
(or[]
) for all tags to be indented and broken up on to separate lines.
- By default that means
Maintenance
- Updated all dependencies
- Test coverage remains at 100%
Diff: