Skip to content

Releases: hexojs/hexo-generator-sitemap

3.0.1

12 Mar 03:32
b2bcbce
Compare
Choose a tag to compare

Fixes

Full Changelog: 3.0.0...3.0.1

3.0.0

11 Mar 11:48
11bd26d
Compare
Choose a tag to compare

Breaking Changes

New Features

Dependencies

New Contributors

Full Changelog: 2.2.0...3.0.0

2.2.0

26 Nov 13:18
b59601e
Compare
Choose a tag to compare

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

2.1.0

02 Aug 07:46
216f9f3
Compare
Choose a tag to compare

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

21 Nov 04:13
c8b1923
Compare
Choose a tag to compare

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

26 May 14:04
Compare
Choose a tag to compare

Features

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