Skip to content

Releases: hexojs/hexo-util

v4.0.0

25 Oct 13:06
35da524

Choose a tag to compare

Breaking Changes

New Features

Fixes

  • fix(encodeURL): correct URL search parameter encoding by @uiolee in #413

Performances

Refactors

  • refactor: remove alias json for support add custom language support by @yutingzhao1991 in #414

Dependencies

  • chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 by @dependabot[bot] in #408
  • chore(deps): bump htmlparser2 from 9.1.0 to 10.0.0 by @dependabot[bot] in #416
  • chore(deps-dev): bump mocha from 10.8.2 to 11.7.1 by @dependabot[bot] in #425

Misc

New Contributors

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

v3.3.0

31 Mar 13:31
d636206

Choose a tag to compare

New Features

  • feat(scripts): use hljs internal method to get aliases by @uiolee in #394
  • feat(highlight): add an option to switch stripIndent by @uiolee in #398

Fixes

Refactors

  • refactor: migrate to ts and remove chai-as-promised by @D-Sketon in #399

Dependencies

Miscs

  • chore: update repository key from a string to an object in package.json by @yoshinorin in #402

Full Changelog: v3.2.0...v3.3.0

v3.2.0

14 Jan 05:14
738e6e8

Choose a tag to compare

New Features

Fixed

Test

Dependencies

  • chore(dependabot): ignore @types/node update and reduce PR from dependabot by @yoshinorin in #343

Chore

  • chore(SECURITY): Create SECURITY.md by @uiolee in #383
  • chore(deps-dev): remove @ts/eslint-plugin, parser by @uiolee in #387

Full Changelog: v3.1.0...v3.2.0

v3.1.0

10 Jul 15:12
022c4d7

Choose a tag to compare

Fixed

Performance

  • perf: lazyload highlight.js & prismjs by @SukkaW in #297

Refactor

Dependencies

Misc

New Contributors

Full Changelog

v3.0.1

16 Nov 14:28
2e28b0e

Choose a tag to compare

Fixes

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Nov 12:53
5c4ecd1

Choose a tag to compare

Breaking Changes

Notable Changes

Refactors

  • refactor(hash): remove the export of HashStream by @liby in #285

Dependencies

Docs

CI/CD

New Contributors

  • @liby made their first contribution in #285

Full Changelog: 2.7.0...v3.0.0

v2.7.0

08 Aug 16:00
b7b94f6

Choose a tag to compare

Features

Dependencies

New Contributors

Full Changelog: 2.6.1...2.7.0

2.6.1

02 May 08:36
abb2f9e

Choose a tag to compare

Fixes

  • refactor(prism): support prismjs alias by @SukkaW in #274

Refactor

Full Changelog: 2.6.0...2.6.1

2.6.0

04 Feb 13:06
a1c560b

Choose a tag to compare

Breaking Changes

  • stripHTML should be more strict with non string by @tomap in #265

New features

  • feat(toc_obj): Support unnumbered headings by @Cerallin in #269

Fixes

Refactors

  • refactor(cache): remove Object.fromEntries ponyfill by @SukkaW in #261

Test

  • test: fix generate coverage report & test failure when not supported language with Prismjs by @yoshinorin in #271

Dependencies

Misc

New Contributors

Full Changelog: 2.5.0...2.6.0

v2.5.0

05 May 09:55
f85eab4

Choose a tag to compare

Refactors

  • refactor(strip_html): remove striptags deps @SukkaW [#232]

Dependencies

Misc