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

推荐订阅源

The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
博客园 - 叶小钗
Jina AI
Jina AI
Last Week in AI
Last Week in AI
The Cloudflare Blog
博客园 - 【当耐特】
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园_首页
I
InfoQ
G
Google Developers Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
H
Help Net Security
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog

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