Releases: hexojs/hexo-generator-sitemap
Releases · hexojs/hexo-generator-sitemap
3.0.1
3.0.0
Breaking Changes
- chore: drop node 10.x by @yoshinorin in #137
New Features
Dependencies
- chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 by @dependabot in #133
- chore: bump version from 2.2.0 to 3.0.0 by @yoshinorin in #138
- chore(deps-dev): bump eslint-config-hexo from 4.2.0 to 5.0.0 by @dependabot in #134
New Contributors
Full Changelog: 2.2.0...3.0.0
2.2.0
2.1.0
2.0.0
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)
- See micromatch docs for supported patterns
- 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 ofArray.concat()
(#76)