Releases: j4w8n/htmlfy
Releases · j4w8n/htmlfy
v0.5.1
What's Changed
- fix: add ignore string options for Issue #9 by @nickpharrison in #10
- refactor: ignore processing by @j4w8n in #11
New Contributors
- @nickpharrison made their first contribution in #10
Full Changelog: v0.5.0...v0.5.1
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