Official plugins hexo-generator-feed 2.1.0 & hexo-util 1.5.0 released

We have released a new version of the official plugins hexo-generator-feed & hexo-util.

hexo-generator-feed 2.1.0

Breaking change

  • Requires Node 8.10 or newer #99

Features

  • Add rss autodiscovery element by default #96
  • Support feed icon in RSS2 #102
  • Support generating both atom and rss2 #100

Fixes

  • Percent-encode /root/, in addition to pathname #93
  • Fix autodiscovery element did not get injected into head element that has more than one line #99

hexo-generator-feed 2.0.0

Breaking change

  • Drop Node 6, v2 onwards must use Node 8 or above #85

Features

  • Support post with image front-matter #68
  • Feed icon is now customizable #69
  • Support specifying per-post description by specifying “intro” in front-matter #58
  • Support feed icon #57
  • Post order can be specified. Order by newest post by default. #64

Fix

  • Avoid percent-encoding the domain for compatibility with IDN #82

Housekeeping

  • chore(package): delete jscs & use eslint #72
  • Avoid publishing unnecessary files #70

hexo-util 1.5.0

Breaking change

  • IDN is no longer punycoded in encodeURL(). IDN, regardless in punycode or unicode, is now always output in unicode. This also affect decodeURL() #116

Feature

Fixes