Skip to content

Releases: hexojs/hexo-generator-index

v4.0.0

09 Jul 12:58
83d121f
Compare
Choose a tag to compare

Breaking Changes

New Features

Fixes

Test

Dependencies

Docs

  • docs: made some improvements on readme. by @uiolee in #110

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

16 Oct 15:16
a7d0f48
Compare
Choose a tag to compare

Breaking Changes

Dependencies

  • chore(deps): bump hexo-pagination from 1.0.0 to 2.0.0 by @dependabot in #62
  • chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 by @dependabot in #79
  • chore(deps-dev): bump eslint from 7.32.0 to 8.5.0 by @dependabot in #78
  • chore(deps-dev): bump mocha from 8.4.0 to 9.1.3 by @dependabot in #72
  • chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot in #81
  • chore(deps-dev): bump eslint-config-hexo from 4.2.0 to 5.0.0 by @dependabot in #80
  • chore: update dependencies and replace nyc with c8 by @yoshinorin in #85

CI/CD

Docs

  • chore: http to https in package.json and README.md by @yoshinorin in #86

Full Changelog: 2.0.0...v3.0.0

2.0.0

09 Aug 04:33
b70a66a
Compare
Choose a tag to compare

Breaking change

Feature

  • Sort by a new sticky parameter @stevenjoezhang (#51)
    • Set the parameter in a post's front-matter to pin it to the top of index page.
    ---
    title: Hello World
    date: 2013/7/13 20:46:25
    sticky: 100
    ---
    • Higher value means higher priority.

Changes

Dependencies

1.0.0

07 Aug 03:45
653272f
Compare
Choose a tag to compare

Changes

Dependencies

0.2.1

31 Mar 20:20
Compare
Choose a tag to compare

New Feature:

  • Allow the root path for the blogs index page to be configurable. #7