Skip to content

2.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 10 Nov 02:01
· 150 commits to master since this release
1192928

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)