Skip to content

Commit

Permalink
Update to version 0.34.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Mar 21, 2024
1 parent 6920d8c commit b2305ef
Show file tree
Hide file tree
Showing 10 changed files with 322 additions and 314 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## 0.34.0

- Use `micromark` in MD027/MD028/MD036/MD040/MD041/MD046/MD048
- Improve MD013/MD034/MD049/MD050/MD051
- Update custom rule requirements and documentation
- Improve various TypeScript declarations
- Update dependencies

## 0.33.0

- Add MD055/table-pipe-style, MD056/table-column-count
Expand Down
4 changes: 2 additions & 2 deletions demo/markdownlint-browser.js
@@ -1,4 +1,4 @@
/*! markdownlint 0.33.0 https://github.com/DavidAnson/markdownlint @license MIT */
/*! markdownlint 0.34.0 https://github.com/DavidAnson/markdownlint @license MIT */
var markdownlint;
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
Expand Down Expand Up @@ -1677,7 +1677,7 @@ module.exports.fixableRuleNames = [
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054"
];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.33.0";
module.exports.version = "0.34.0";


/***/ }),
Expand Down
6 changes: 3 additions & 3 deletions helpers/README.md
Expand Up @@ -64,9 +64,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.33.0/doc/CustomRules.md
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/CustomRules.md
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.33.0/lib
[lib]: https://github.com/DavidAnson/markdownlint/tree/v0.34.0/lib
[markdown]: https://en.wikipedia.org/wiki/Markdown
[markdownlint]: https://github.com/DavidAnson/markdownlint
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/Rules.md
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/Rules.md
2 changes: 1 addition & 1 deletion helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "markdownlint-rule-helpers",
"version": "0.24.0",
"version": "0.25.0",
"description": "A collection of markdownlint helper functions for custom rules",
"main": "./helpers.js",
"exports": "./helpers.js",
Expand Down
204 changes: 102 additions & 102 deletions lib/configuration.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.js
Expand Up @@ -11,4 +11,4 @@ module.exports.fixableRuleNames = [
"MD047", "MD049", "MD050", "MD051", "MD053", "MD054"
];
module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.33.0";
module.exports.version = "0.34.0";
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.33.0",
"version": "0.34.0",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"type": "commonjs",
"main": "./lib/markdownlint.js",
Expand Down
100 changes: 50 additions & 50 deletions schema/.markdownlint.jsonc

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions schema/.markdownlint.yaml

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions schema/markdownlint-config-schema.json

Large diffs are not rendered by default.

0 comments on commit b2305ef

Please sign in to comment.