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

推荐订阅源

Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
B
Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
Google Developers Blog
C
Check Point Blog
月光博客
月光博客
L
LangChain Blog
GbyAI
GbyAI

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