Breaking Changes
New Features
Fixes
- fix:changed the judgement of whether it has been injected by @mRNA16 in #5573
- fix(escapeAllSwigTags): backtrack when tag is incomplete by @D-Sketon in #5618
- fix:
hexo.locals.get('posts') doesn't show all posts by @D-Sketon in #5612
- fix: Parsing error for code blocks in list items by @D-Sketon in #5617
- fix(open_graph): sort the tags by @stevenjoezhang in #5656
- Escape HTML in title of
code and include_code tags by @tommy351 in #5688
Performances
- perf(external_link): optimize external link filter by @D-Sketon in #5598
- perf(PostCategory/PostTag): add binary relation index for performance by @D-Sketon in #5605
- perf(listArchives): add cache for posts by @D-Sketon in #5624
- perf(escapeAllSwigTags): reducing GC overhead by @D-Sketon in #5620
- perf: skip tag render when there is no swigTags by @D-Sketon in #5650
- perf: faster text-table by @D-Sketon in #5665
- warehouse6
Refactor
Test
- test(box/file): extend the mocha timeout to prevent the async file read test from failing by @yoshinorin in #5601
- test: improve coverage by @D-Sketon in #5638
Depenrencies
Misc
New Contributors
Full Changelog: v7.3.0...v8.0.0