3.0.0-rc.1
Pre-release
Pre-release
New
- Add
hexo list tagcommand. Use update-notifier to check updates.Removed in 3.0.0-rc.4- Add local data support
- Detect whether a folder is Hexo site by
package.json, not_config.yml, which means your site must contains apackage.jsonandnamemust behexo-site. - Add JSON support to
hexo configcommand. - Compare shasum of generated files and only regenerate if files are changed.
- Add
skip_rendersetting. - Add support for async tag. (In
post.rendermethod, Swig was replaced with Nunjucks, which may have different behaviors.) #1009
Update
- Decrease startup time by deferring loading of highlight.js and cheerio.
- Fixed
open_graphhelper polluting context. hexo-utilupdated to 0.1.1: fixedslugizemethod removes non-English characters.- Fixed extension name such as
jquery.min.jsare removed. - Fixed
hexo generatedoesn't watch forremoveevent