v0.6.1
Added
- Linter: Introduce
ControlFlowTrackingVisitorto handle control flow by @marcoroth in #444 - Printer: Introduce
ERBToRubyStringPrinterto convert ERB to Ruby by @marcoroth in #434
Changed
- Printer: Move
IdentityPrinterimplementation out ofPrinterby @marcoroth in #435 - Printer: Also fully reconstruct whitespace in
HTMLCloseTagby @marcoroth in #443
Fixed
- Formatter: Add support for Content Preserving Elements by @marcoroth in #438
- Formatter: Improve ERB Comment Rendering by @marcoroth in #439
- Linter: Allow self-closing tags in SVG (
html-no-self-closing) by @marcoroth in #442 - Linter: Fix
html-no-duplicate-idsrule with duplicate IDs in Control Flow by @marcoroth in #444
Commits
Full Changelog: v0.6.0...v0.6.1