Official plugins hexo-deployer-git 2.1.0, hexo-generator-feed 2.1.1 & hexo-generator-sitemap 2.0.0 released

We have released a new version of the official plugins hexo-deployer-git, hexo-generator-feed and hexo-generator-sitemap.

hexo-deployer-git 2.1.0

Features

  • Support authenticating using an access token (either the value itself or an environment variable) specified in the config #135
    • Refer to the doc for usage guide.

hexo-generator-feed 2.1.1

Fixes

  • namespace in atom.xml should use http not https #105
  • Skip generating feed if there is no post #107

hexo-generator-sitemap 2.0.0

Breaking change

  • Drop Node 6, now requires Node 8.6+ #54

Features

  • Switch minimatch to micromatch for faster file exclusion and support more search patterns #57
  • Add rel-sitemap tag #71
    • Disabled by default as it’s not widely supported by search engines yet

Fixes

  • Publish default template #50
  • Encode url except the domain (for IDN compatibility) #68
  • Skip generate if there are no posts and pages #78

Refactor

  • Update to ES6 syntax #40, #56, #67
  • Utilize the faster Array.push() instead of Array.concat() #76

Dependencies

  • Update eslint from v1 to v6 #34, #39, #53
  • Update mocha from v2 to v6 #35
  • Update nunjucks from v2 to v3 #38
  • Replace istanbul with nyc #51