v4.1.0
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