Releases: igorshubovych/markdownlint-cli
Releases · igorshubovych/markdownlint-cli
0.27.1
- Fix bug introduced during commander upgrade that caused
-c
/--config
not to be honored for non-JSON files
0.27.0
- Update
markdownlint
dependency to 0.23.1- Add comprehensive example
.markdownlint.jsonc
/.markdownlint.yaml
files - Add fix information for
MD004
/ul-style
- Improve
MD018
/MD019
/MD020
/MD021
/MD037
/MD041
- Improve HTML comment handling
- Add comprehensive example
- Add
--dot
option to include "dotfiles" by default - Update all dependencies via
Dependabot
0.26.0
- Update
markdownlint
dependency to 0.22.0- Allow
extends
in config to reference installed packages by name - Add
markdownlint-disable-next-line
inline comment - Support JSON front matter
- Improve
MD009
/MD026
/MD028
/MD043
- Update dependencies (including
markdown-it
to v12).
- Allow
- Update all dependencies via
Dependabot
0.25.0
- Update
markdownlint
dependency to 0.21.1- Improve
MD011
/MD031
- Improve
- Update all dependencies via
Dependabot
0.24.0
- Update
markdownlint
dependency to 0.21.0- Improve
MD042
/MD044
- Improve
0.23.2
- Update
markdownlint
dependency to 0.20.4
0.23.1
- Update
markdownlint
dependency to 0.20.3
0.23.0
- Update
markdownlint
dependency to 0.20.2- Add
markdownlint-configure-file
inline comment - Improve
MD005
/MD007
/MD013
/MD018
/MD029
/MD031
/MD034
/MD037
/MD038
/MD039
- Improve HTML comment handling
- Add
- Add support for JS configuration files via
--config
- Defer
require
-ing modules that may not be referenced - Fix issue with absolute paths and ignore files
0.22.0
- Update
markdownlint
dependency to 0.19.0- Add fix information for
MD005
/list-indent
- Improve
MD007
/MD013
/MD014
- Deprecate
MD006
/ul-start-left
- Add fix information for
- Add
-p
/--ignore-path
option to override.markdownlintignore
- Add starting column number to violation output message
- Remove support for end-of-life Node.js versions < 10
0.21.0
- Add support for
.markdownlintignore
file