Releases: hexojs/hexo
Releases · hexojs/hexo
1.0.4
1.0.2
1.0.1
1.0.0
Migrating from 0.5.x
You have to update the theme and plugins since API changed a lot in 1.0.0.
-
Update theme
$ cd themes/light $ git pull
or
$ git clone git://github.com/tommy351/hexo-theme-light.git themes/light
or you can follow this commit to update your theme.
-
Update plugins
npm update
Key changes
- New process API
- New render API
- Cache with Warehouse database.
- More stable file watching with watchr
- Preview console is merged into server console (Detail)
Removed
- Old cache module
- Removed
process
from hexo namespace - Render console