Skip to content

Commit

Permalink
Update to version 0.35.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Aug 29, 2024
1 parent 6d097cc commit fe02674
Show file tree
Hide file tree
Showing 11 changed files with 437 additions and 426 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.35.0

- Add MD058/blanks-around-tables
- Use `micromark` in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/
MD024/MD025/MD039/MD042/MD043
- Improve MD018/MD020/MD031/MD034/MD044
- `markdown-it` parser no longer invoked by default
- Add strict version of JSON schema
- Improve performance
- Update dependencies

## 0.34.0

- Use `micromark` in MD027/MD028/MD036/MD040/MD041/MD046/MD048
Expand Down
4 changes: 2 additions & 2 deletions demo/markdownlint-browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! markdownlint 0.34.0 https://github.com/DavidAnson/markdownlint @license MIT */
/*! markdownlint 0.35.0 https://github.com/DavidAnson/markdownlint @license MIT */
var markdownlint;
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
Expand Down Expand Up @@ -1594,7 +1594,7 @@ module.exports.fixableRuleNames = [
"MD058"
];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.34.0";
module.exports.version = "0.35.0";


/***/ }),
Expand Down
6 changes: 3 additions & 3 deletions helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ See also: [`markdownlint` built-in rule implementations][lib].
*None* - The entire body of code is tested to 100% coverage by the core
`markdownlint` project, so there are no additional tests here.

[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/CustomRules.md
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/CustomRules.md
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.34.0/lib
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.35.0/lib
[markdown]: https://en.wikipedia.org/wiki/Markdown
[markdownlint]: https://github.com/DavidAnson/markdownlint
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/Rules.md
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/Rules.md
2 changes: 1 addition & 1 deletion helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint-rule-helpers",
"version": "0.25.0",
"version": "0.26.0",
"description": "A collection of markdownlint helper functions for custom rules",
"main": "./helpers.js",
"exports": "./helpers.js",
Expand Down
208 changes: 104 additions & 104 deletions lib/configuration-strict.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ module.exports.fixableRuleNames = [
"MD058"
];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.34.0";
module.exports.version = "0.35.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.34.0",
"version": "0.35.0",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"type": "commonjs",
"main": "./lib/markdownlint.js",
Expand Down
102 changes: 51 additions & 51 deletions schema/.markdownlint.jsonc

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions schema/.markdownlint.yaml

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema-strict.json

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema.json

Large diffs are not rendered by default.

0 comments on commit fe02674

Please sign in to comment.