Releases: j4w8n/htmlfy
Releases · j4w8n/htmlfy
v0.5.0
- breaking: enforce stricter entity behavior for textareas (d8e41e6)
- feat: introduce 'trim' config option (76b53db) (b35a531)
- fix: remove unneeded replacements for 'ignore' behavior (bd5d42c)
The main breaking change is that leading and trailing whitespace is no longer trimmed for textarea
s. If you need this behavior, use the new trim
configuration option with prettify: { trim: [ 'textarea' ] }
.
Full Changelog: v0.4.0...v0.5.0