You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: config option attributesFilter has been renamed attributeReplacements
BREAKING CHANGE: config option filter has been renamed contentReplacements
CDATA blocks are now untouched (no HTML entity replacements) and unindented (#56)
true attribute values can now be outputted by setting config option attributeExplicitTrue: true (#57)
attributes can now be filtered out by supplying a custom function to the new config option attributeFilter. For instance, to remove null attribute values from the output, you can supply the config option attributeFilter: (key, val) => val === null (#58 and #10)
devDependencies: migrated from babel-eslint to @babel/eslint-parser, migrated from uglify-es to uglify-js