Skip to content

v0.13.0

Compare
Choose a tag to compare
@zackad zackad released this 09 Dec 04:02
· 18 commits to master since this release
v0.13.0

Features

Bugfixes

  • Fix indentation for html attribute when printed on multiline. All attribute will be indented on each line.

Input

<iframe class=""
    src="https://www.google.com/maps/embed"
    frameborder="0"
    allowfullscreen></iframe>

Output

- <iframe class=""
+ <iframe
+     class=""
      src="https://www.google.com/maps/embed"
      frameborder="0"
      allowfullscreen></iframe>

Internals

  • Remove unused dependencies resolve

Full Changelog: v0.12.0...v0.13.0