v0.4.0 - Self-Closing Tags formatting option
Features:
- The Diffable formatting option
selfClosingTags
was implemented by @mauryapari.- It allows you to pick between
<div></div>
or<div />
in your snapshots.
- It allows you to pick between
- JSDocs types file (
./types.js
) was cleaned up and documented on the website.
Bug fix:
- In some places the
emptyAttributes
setting was calledshowEmptyAttributes
, 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: