惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
D
Docker
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
量子位
有赞技术团队
有赞技术团队
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
B
Blog
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
月光博客
月光博客

Hexo

Hexo Lost 41k GitHub Stars with One Command hexo 8.1.0 Released hexo 8.0.0 Released hexo 7.3.0 Released Hexo 7.2.0 Released Hexo 7.1.0 Released Hexo 7.0.0 Released Hexo 7.0.0 (RC1) Released Hexo 6.3.0 Released Hexo 6.2.0 Released Hexo 6.1.0 Released Official plugins hexo-renderer-marked 5.0.0 and hexo-renderer-markdown-it 6.0.0 released Official plugins hexo-front-matter 3.0.0, hexo-server 3.0.0, hexo-renderer-less-4.0.0 released Hexo 6.0.0 Released Official plugins hexo-renderer-ejs 2.0.0, hexo-generator-sitemap 2.2.0 released Official plugins hexo-cli 4.3.0, hexo-renderer-pug 2.0.0, hexo-paginaiton 2.0.0, hexo-clean-css 2.0.0 hexo-util 2.5.0 released hexo 5.4.0 released Hexo 5.3.0 released Hexo 5.2.0, hexo-migrator-wordpress 2.1.2, hexo-renderer-marked 3.2.0, hexo-renderer-stylus 2.0.1 & hexo-renderer-less 2.0.2 released
hexo-deployer-git 3.0.0, hexo-renderer-marked 4.0.0 released
Hexo · 2021-02-11 · via Hexo

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

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