mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update to version 0.25.0.
This commit is contained in:
parent
e298e3daa4
commit
4ff4cbcc41
5 changed files with 8 additions and 5 deletions
|
@ -975,6 +975,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
||||||
* 0.24.0 - Remove support for end-of-life Node version 10, add support for custom file system
|
* 0.24.0 - Remove support for end-of-life Node version 10, add support for custom file system
|
||||||
module, improve MD010/MD011/MD037/MD043/MD044, improve TypeScript declaration file
|
module, improve MD010/MD011/MD037/MD043/MD044, improve TypeScript declaration file
|
||||||
and JSON schema, update dependencies.
|
and JSON schema, update dependencies.
|
||||||
|
* 0.25.0 - Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable), improve
|
||||||
|
MD007/MD010/MD032/MD033/MD035/MD037/MD039, support asynchronous custom rules,
|
||||||
|
improve performance, improve CI process, reduce dependencies, update dependencies.
|
||||||
|
|
||||||
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
|
||||||
[npm-url]: https://www.npmjs.com/package/markdownlint
|
[npm-url]: https://www.npmjs.com/package/markdownlint
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/*! markdownlint 0.24.0 https://github.com/DavidAnson/markdownlint @license MIT */
|
/*! markdownlint 0.25.0 https://github.com/DavidAnson/markdownlint @license MIT */
|
||||||
var markdownlint;
|
var markdownlint;
|
||||||
/******/ (() => { // webpackBootstrap
|
/******/ (() => { // webpackBootstrap
|
||||||
/******/ var __webpack_modules__ = ({
|
/******/ var __webpack_modules__ = ({
|
||||||
|
@ -914,7 +914,7 @@ module.exports.clear = function () {
|
||||||
|
|
||||||
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
|
module.exports.deprecatedRuleNames = ["MD002", "MD006"];
|
||||||
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
||||||
module.exports.version = "0.24.0";
|
module.exports.version = "0.25.0";
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-rule-helpers",
|
"name": "markdownlint-rule-helpers",
|
||||||
"version": "0.15.0",
|
"version": "0.16.0",
|
||||||
"description": "A collection of markdownlint helper functions for custom rules",
|
"description": "A collection of markdownlint helper functions for custom rules",
|
||||||
"main": "helpers.js",
|
"main": "helpers.js",
|
||||||
"author": "David Anson (https://dlaa.me/)",
|
"author": "David Anson (https://dlaa.me/)",
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
|
module.exports.deprecatedRuleNames = [ "MD002", "MD006" ];
|
||||||
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
|
||||||
module.exports.version = "0.24.0";
|
module.exports.version = "0.25.0";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint",
|
"name": "markdownlint",
|
||||||
"version": "0.24.0",
|
"version": "0.25.0",
|
||||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||||
"main": "lib/markdownlint.js",
|
"main": "lib/markdownlint.js",
|
||||||
"types": "lib/markdownlint.d.ts",
|
"types": "lib/markdownlint.d.ts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue