hexo-deployer-git 3.0.0, hexo-renderer-marked 4.0.0 released
hexo-deployer-git 3.0.0
Changes
Dependencies
- chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 @dependabot-preview #190
- chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 @dependabot-preview #188
- chore(deps): bump hexo-fs from 2.0.0 to 3.0.1 @dependabot-preview #178
- chore(deps): bump hexo-util from 1.9.0 to 2.1.0 @dependabot-preview #184
- Bump eslint-config-hexo from 3.0.0 to 4.1.0 @dependabot-preview #156
- chore(deps): bump chalk from 3.0.0 to 4.0.0 @dependabot-preview #176
- chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 @dependabot-preview #179
- Bump nyc from 14.1.1 to 15.0.0 @dependabot-preview #157
Misc
hexo-renderer-marked 4.0.0
Breaking Changes
- bump marked from 1.2.9 to 2.0.0 #183
New Feature
- feat: add descriptionLists options @SukkaW #179
- Enable support for description lists syntax.
- Currently description lists syntax is not in neither CommonMark or GFM,
hexo-renderer-marked
only provides the option for backward compatibility.
- By disabling the
descriptionLists
, markdown rendering performance will be improved by a lot.
Docs
Misc