Skip to content

v4.1.0

Compare
Choose a tag to compare
@curbengh curbengh released this 03 Jan 02:55
· 149 commits to master since this release
b9f4cd6

Feature

  • Minify json and xml by removing whitespaces [fdcdbef] [317b5e4]
    • Both are disabled by default
    • JSON is usually already minified
    • XML could become invalid after being minified, recommend to check with an XML validator
    • To enable:
    minify:
      json:
        enable: true
      xml:
        enable: true

Fix

  • Skip empty file [d75b10b]
    • Empty file could crash hexo if left unchecked