Releases: igorshubovych/markdownlint-cli
Releases · igorshubovych/markdownlint-cli
0.11.0
- Add support for custom rules with
-r
/--rules
0.10.0
- Allow user configuration files to be YAML-formatted
- Update
markdownlint
dependency to 0.10.0
0.9.0
- Add Node.js version 10 to CI
- Remove support for end-of-life Node.js versions < 6
- Update
markdownlint
dependency to 0.9.0
0.8.2
- Address Node security warning for
deep-extend
, https://nodesecurity.io/advisories/612
0.8.1
- Fix a bug introduced by new
--stdin
support that could be triggered by some customizations
0.8.0
- Add
-s
/--stdin
option to read from STDIN instead of file|directory|glob - Add
-o
/--output
option to write to file instead of STDERR - Update
markdownlint
dependency to 0.8.1
0.7.1
- Handle mixing of relative and absolute path with
-i
/--ignore
0.7.0
- Update
markdownlint
dependency to 0.7.0 - Add
-i
/--ignore
option to ignore/exclude files - Sort output by file/line number/rule name/description
- Remove directory entries from glob results for linting
0.6.0
- Support glob syntax (
markdownlint "docs/**.md"
) - Include
*.markdown
when processing directories
0.5.0
- Improve formatting of output
- Add
.pre-commit-hooks.yaml