New
v8.0.0
Breaking Changes
- chore: drop Node.js 16 by @stevenjoezhang in https://github.com/hexojs/hexo/pull/5592
- chore: drop Node.js 18 by @stevenjoezhang in https://github.com/hexojs/hexo/pull/5674
New Features
- feat: bind hexo context to helper function callback by @dimaslanjaka in https://github.com/hexojs/hexo/pull/5555
- feat: add url config validation by @ShaytonXu in https://github.com/hexojs/hexo/pull/5578
- feat: add permalink variable
timestampby @uiolee in https://github.com/hexojs/hexo/pull/5611 - feat: Support additional options for Backtick Code Block by @D-Sketon in https://github.com/hexojs/hexo/pull/5625
- feat(load_config): enforce stricter extension checks by @stevenjoezhang in https://github.com/hexojs/hexo/pull/5591
Fixes
- fix:changed the judgement of whether it has been injected by @mRNA16 in https://github.com/hexojs/hexo/pull/5573
- fix(escapeAllSwigTags): backtrack when tag is incomplete by @D-Sketon in https://github.com/hexojs/hexo/pull/5618
- fix:
hexo.locals.get('posts')doesn't show all posts by @D-Sketon in https://github.com/hexojs/hexo/pull/5612