New
v8.1.0
Performances
- perf: fix potential cache miss issues with moize by @D-Sketon in https://github.com/hexojs/hexo/pull/5694
- perf: reduce ObjectAssign overhead by @D-Sketon in https://github.com/hexojs/hexo/pull/5698
- perf: faster archy by @D-Sketon in https://github.com/hexojs/hexo/pull/5700
- perf: reduce the number of match calls in metaGenerator by @D-Sketon in https://github.com/hexojs/hexo/pull/5707
- perf: faster
escapeAllSwigTagsby @D-Sketon in https://github.com/hexojs/hexo/pull/5699
Fixes
- fix/perf: Incorrect TOC anchor generation by @D-Sketon in https://github.com/hexojs/hexo/pull/5696
- fix(regression): missing tags and categories when running
hexo swith cache existed by @D-Sketon in https://github.com/hexojs/hexo/pull/5697 - fix: fix ts error in test by @D-Sketon in https://github.com/hexojs/hexo/pull/5709
- fix(regression): remove overly strict invalid tag format check in Swig parser by @D-Sketon in https://github.com/hexojs/hexo/pull/5691
- fix(processor/post): updated post assets not being copied in hot processing when
post_asset_folderis enabled by @yoshinorin in https://github.com/hexojs/hexo/pull/5704