Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@j4w8n j4w8n released this 29 Nov 18:17
· 1 commit to main since this release
  • 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 textareas. If you need this behavior, use the new trim configuration option with prettify: { trim: [ 'textarea' ] }.

Full Changelog: v0.4.0...v0.5.0