hexo-generator-alias 1.0.0
Breaking change
- Requires Node 10.13+ #54
Feature
- feat: ‘redirect’ option #48
- See this section for usage.
- feat: redirect to post using slug #55
- See this section for usage.
- Works similarly to
post_path
tag plugin.
Fix
- fix(alias): url must be absolute #52
hexo-cli 4.2.0
Changes
Dependencies
- chore(deps-dev): bump mocha from 8.0.1 to 8.1.1 #231
- chore(deps-dev): bump eslint from 7.5.0 to 7.6.0 #230
hexo-front-matter 2.0.0
Breaking change
chore: drop node 8 #32
Specific function must now be declared, instead of declaring an object
- const yfm = require('hexo-front-matter');
+ const { parse: yfm } = require('hexo-front-matter');
Refactor
Housekeeping
- chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 #33
- chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 #30
- chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 #32
- chore(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.0.0 #24
hexo-generator-feed 3.0.0
Breaking change
- Drop Node 8 #153
Fix
- Compatibility with Hexo 5 #117
- Utilize
full_url_for()
#143 #149- This is to avoid manually concat
root
prefix which may leads to undesired double slash in an url.
- This is to avoid manually concat
- fix(template): remove extra spacing #128