Releases: igorshubovych/markdownlint-cli
Releases · igorshubovych/markdownlint-cli
0.20.0
- Update
markdownlint
dependency to 0.18.0- Adds
MD048
/code-fence-style
- Adds
--fix
forMD007
/ul-indent
- Adds
markdownlint-disable-file
/markdownlint-enable-file
inline comments - Improves
MD006
/MD007
/MD009
/MD013
/MD030
- Adds
- Ignore JavaScript-style comments in JSON config files
- Address
npm audit
issues
0.19.0
- Update
markdownlint
dependency to 0.17.1- Adds automatic fix information for 24 rules
- Updates newline handling to latest CommonMark specification
- Improves MD014/MD037/MD039
- Implement
--fix
option to automatically fix basic issues in files - Improve format of error messages for usability/consistency
- Address
npm audit
issues
0.18.0
- Update
markdownlint
dependency to 0.16.0- Improves
MD026
/MD031
/MD033
/MD038
- Improves
- Address all
npm audit
issues
0.17.0
- Update
markdownlint
dependency to 0.15.0- Adds
markdownlint-capture
/markdownlint-restore
inline comments
- Adds
0.16.0
- Update
markdownlint
dependency to 0.14.1- Adds
MD046
/code-block-style
andMD047
/single-trailing-newline
- Adds
- Address all
npm audit
issues
0.15.0
- Update
markdownlint
dependency to 0.13.0MD002
deprecated, useMD041
instead
0.14.1
- Update js-yaml dependency for https://www.npmjs.com/advisories/788
0.14.0
- Update
markdownlint
dependency to 0.12.0 - Automatically use
.markdownlint.yaml
/.markdownlint.yml
(as with.markdownlint.json
) - Add
Dockerfile
for use with Docker - Allow arrays for custom rules
0.13.0
- Improve performance of
-i
/--ignore
0.12.0
- Update
markdownlint
dependency to 0.11.0 - Fix issue with module resolution for
--rules
- Return error for missing
--rules