Releases: hexojs/hexo-generator-index
Releases · hexojs/hexo-generator-index
v4.0.0
Breaking Changes
New Features
Fixes
Test
- test: use
beforeEach
hook to improve test suite. by @uiolee in #109 - test: adapt to #109 & fix an error by @uiolee in #113
Dependencies
- chore(deps-dev): bump c8 from 7.14.0 to 8.0.0 by @dependabot in #90
- chore(deps-dev): bump hexo from 6.3.0 to 7.0.0 by @dependabot in #91
- chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 by @dependabot in #93
- chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 by @dependabot in #106
Docs
New Contributors
Full Changelog: v3.0.0...v4.0.0
v3.0.0
Breaking Changes
- chore: require node14+ by @yoshinorin in #83
- chore: drop Node.js 10 by @stevenjoezhang in #59
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
withc8
by @yoshinorin in #85
CI/CD
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #61
Docs
- chore:
http
tohttps
inpackage.json
andREADME.md
by @yoshinorin in #86
Full Changelog: 2.0.0...v3.0.0
2.0.0
Breaking change
- Drop Node 8 @stevenjoezhang (#56)
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
- docs: mention order of 'sticky' @curbengh (#57)
- chore: add release-drafter @yoshinorin (#49)
- docs: pagination_dir default setting @curbengh (#41)
- docs: clarify purpose of plugin @curbengh (#40)
Dependencies
- chore(deps-dev): bump hexo from 4.2.1 to 5.0.0 @dependabot-preview (#55)
- chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 @dependabot-preview (#54)
- chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 @dependabot-preview (#53)
- chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 @dependabot-preview (#50)
- chore(deps-dev): bump nyc from 14.1.1 to 15.0.0 @dependabot-preview (#45)
- Bump eslint-config-hexo from 3.0.0 to 4.1.0 @dependabot-preview (#44)
- Bump hexo from 3.9.0 to 4.0.0 @dependabot-preview (#42)
- Update hexo-pagination requirement from 0.1.0 to 1.0.0 @dependabot-preview (#39)
1.0.0
Changes
- release: 1.0.0 @curbengh (#38)
- docs(readme): add npmjs link @curbengh (#37)
- docs: add purpose of 'pagination_dir' option @curbengh (#36)
- test: replace istanbul with nyc @curbengh (#35)
- chore: specify files @curbengh (#34)
- chore: drop node 6 @curbengh (#33)
- Update eslint (and drop jscs) @tomap (#30)
- refactor(ES2015): migrate ES2015 syntax @yoshinorin (#20)
- refactor(package): use Object.assign instead of object-assign dependency @yoshinorin (#19)
- chore(node): update node engines to v6.9.0 higher @yoshinorin (#18)
- Clarify docs around pagination options @jimniels (#17)
- Update index.js @NoahDragon (#11)
- Short hint at the beginning of Options @miballe (#8)
Dependencies
- Update hexo-pagination requirement from 0.1.0 to 1.0.0 @dependabot-preview (#39)
- Update eslint requirement from ^5.14.1 to ^6.0.1 @dependabot-preview (#32)
- Update mocha requirement from ^5.2.0 to ^6.0.2 @dependabot-preview (#29)
- Update jscs requirement from ^2.5.0 to ^3.0.7 @dependabot-preview (#23)
- Update chai requirement from ^3.4.0 to ^4.2.0 @dependabot-preview (#22)
- Update hexo-pagination requirement from 0.0.2 to 0.1.0 @dependabot-preview (#21)
- Update mocha requirement from ^2.0.1 to ^5.2.0 @dependabot-preview (#24)
- Update eslint requirement from ^1.8.0 to ^2.13.1 @dependabot-preview (#25)