Skip to content

Releases: hexojs/hexo

3.6.0

28 Feb 07:41
Compare
Choose a tag to compare

New Features

  • support yarn workspace (#2886)
  • add hljs option to include_code (#3022)

Refactors

  • ES2015ify using lebab (#3037)

3.5.0

25 Jan 05:53
Compare
Choose a tag to compare

New Features

  • Add --bail option on hexo generate (#2886)
  • Add hljs config to pass extra configuration to hexo-util/highlight (#2901)

Refactors

  • Replace swig by swig-templates (#2949)
  • Replace deep-assign by _.merge (#2967)

Fixes

3.4.4

20 Dec 06:00
Compare
Choose a tag to compare

Fixes

  • use escaped text to generate toc from heading (#2898)

3.4.3

05 Dec 04:40
Compare
Choose a tag to compare

Fixes

  • Revert "Limit meta description length to 160 characters" (#2883)
  • post-asset: strip /.html?$/ extensions on permalink (#2881)
  • post.permalink error when config.relative_link is true (#2760)
  • toc: title does not escape html entities (#2875)

3.4.2

22 Nov 15:21
Compare
Choose a tag to compare

Fixes

  • Add defaults to console command generate (#2862)
  • Fix wrong pagination when end_size = 0 (#2858)
  • Fix warning: zone.offset has been deprecated in favor of zone.utcOffset (#2865)

3.4.1

15 Nov 13:46
Compare
Choose a tag to compare

Fixes

  • external_link: rel=external switched to rel=noopener (#2820)
  • remove duplicated root path when using asset_img tag (#2824)
  • limit meta description length to 160 (#2810)

3.4.0

29 Oct 02:09
Compare
Choose a tag to compare

New Features

  • Actually allow plugins to be stored as devDependencies (#2680)
  • Support custom js types on yaml (#2788)

Fixes

  • Reuse img plugin in asset_img (#2790)

Miscellaneous

  • Test: Fix broken file stat test on appveyor (#2815)

3.3.9

05 Sep 22:23
Compare
Choose a tag to compare

New Features

  • Hierarchical categories (#2734)
  • Support sel code block line number (#2612)

Fixes

  • Fix relative_url reference (#2668)
  • Fix: opens external anchor using rel=noopener (#2728)
  • Change plugins loading order (#2736)

Miscellaneous

  • Test: remove \u180e on excerpt test case (#2729)

3.3.8

18 Jul 14:20
Compare
Choose a tag to compare

New Features

  • Disable Nunjucks when the renderer spcify that (#2593)
  • Ignore files from processing that are not required. (#2631)
  • Include og:locale (#2630)

Fixes

  • Fix typo. Removed => Remove (#2609)
  • Enable async tags to have more nested async tags (#2602)
  • Update hexo-fs to version 0.2.0 (#2643)

Miscellaneous

  • Add probot-stale configuration (#2640)

3.3.7

24 May 01:34
Compare
Choose a tag to compare

Hotfix

  • Revert the change #2563 and #2461, as the generating process would fail due to the 3.3.6 release. The 3.3.6 already deprecated and will unpublish after this fix released.

Sorry for the inconvenience.