Hexo 4.2.1
在 4.2.0
之前的版本,Hexo 無法在 Node 14 上運作。這是為了支援 Node 14 的修補版本。
修正
- chore: 與 Node 14 不相容 #4285
- 此版本包含 hexo-util 1.9.1 和 hexo-fs 2.0.1
hexo-util 1.9.1
修正
- 修正
CacheStream()
與 Node 14 的相容性問題 @curbengh #205- 此修正是從 hexo-util 2.0.0 回溯移植。
hexo-fs 2.0.1
修正
- 修正在 writeFile() 和 copyFile() 中與 Node.js 14 的相容性問題 @SukkaW (#70)
- 此修正是從 hexo-fs 3.0.0 回溯移植。