Hexo 4.2.1
Before 4.2.0
, Hexo does not work with Node 14. This is a patch release for support Node 14.
Fix
- chore: incompatible with Node 14 #4285
- This release includes hexo-util 1.9.1 and hexo-fs 2.0.1
hexo-util 1.9.1
Fix
- Fix
CacheStream()
compatibility issue with Node 14 @curbengh #205- This fix is backport from hexo-util 2.0.0
hexo-fs 2.0.1
Fix
- fix compatibility issue with Node.js 14 in writeFile() and copyFile() @SukkaW (#70)
- This fix is backport from hexo-fs 3.0.0