Skip to content

2.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 21 Nov 04:13
· 58 commits to master since this release
c8b1923

Breaking change

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

Feature

  • Switch minimatch to micromatch for faster file exclusion and support more search patterns (#57)
  • Add rel-sitemap tag, disabled by default because it's not widely supported by search engines yet (#71)

Fix

  • 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)