Skip to content

v0.5.0 - Tags With Whitespace Preserved

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 06 Nov 14:29
· 36 commits to main since this release
fe64c65

Features:

  • The diffable format settings globalThis.vueSnapshots.formatting.tagsWithWhitespacePreserved has been implemented by @mauryapari.
    • By default that means a and pre 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.

Maintenance

  • Updated all dependencies
  • Test coverage remains at 100%

Diff: