Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@curbengh curbengh released this 22 Jun 02:58
4bd000b

Breaking change

  • [3523b0f] Require Nodejs 18.12+
    • Drop EOL 14 & 16
  • [#157] Plugin is now disabled by default when running hexo server.
    • To override this, disable previewServer option

Feature

  • [#157] previewServer option
minify:
  previewServer: true
  • [#158] Zstd compression (disabled by default)
    • if encounter Cannot find module '@mongodb-js/zstd-linux-x64-gnu' error, see this workaround.
minify:
  zstd:
    enable: false

Unit test

  • [#151] Use Hexo 7.x