Hexo Generator Sitemap Versions Save

Sitemap generator for Hexo.

3.0.1

2 years ago

Fixes

Full Changelog: https://github.com/hexojs/hexo-generator-sitemap/compare/3.0.0...3.0.1

3.0.0

2 years ago

Breaking Changes

New Features

Dependencies

New Contributors

Full Changelog: https://github.com/hexojs/hexo-generator-sitemap/compare/2.2.0...3.0.0

2.2.0

2 years ago

Fixes

  • Provide a more reasonable default value for sitemap [#117] @wdhongtw

Dependencies

  • bump camaro from 5.0.3 to 6.1.0 [#128]
  • bump mocha from 8.4.0 to 9.1.2 [#125]
  • bump eslint from 7.32.0 to 8.0.0 [#127]

Misc

  • Update dependabot.yml [dde41e96] @tomap
  • Upgrade to GitHub-native Dependabot [#115]
  • migrate Travis to GitHubAction [#112] @yoshinorin

2.1.0

3 years ago

Changes

  • Include site's tags, categories and home page in the sitemap [#26]
  • fix(sitemap): use date only in <lastmod> [#94]
    • 2020-01-02 13:42:599Z => 2020-01-02

2.0.0

4 years ago

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)

1.2.0

7 years ago

Features

  • Add js and css file to skipRenderList #17
  • Allow to specify custom template for the sitemap in _config.yml #22