Skip to content

v0.4.0 - Self-Closing Tags formatting option

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 03 Nov 17:19
· 65 commits to main since this release
1a7c899

Features:

  • The Diffable formatting option selfClosingTags was implemented by @mauryapari.
    • It allows you to pick between <div></div> or <div /> in your snapshots.
  • JSDocs types file (./types.js) was cleaned up and documented on the website.

Bug fix:

  • In some places the emptyAttributes setting was called showEmptyAttributes, this was spotted and fixed by @mauryapari.

Documentation:

  • Removed all documentation from the README.md and pointed to the website for docs.
  • All dependencies/devDependencies are up-to-date.
  • Test coverage remains at 100%.

Diff: