Releases: igorshubovych/markdownlint-cli
Releases · igorshubovych/markdownlint-cli
0.4.1
- Fix CRLF issue for non-Windows platforms
0.4.0
- Upgrading markdownlint to 0.6.1
0.3.1
- Upgrading
markdownlint
to 0.4.1 - Upgrading
xo
to the latest version - Fixing linting issues
- Dropping support for Node.js 0.12
- Adding support for Node.js 4, 5, 6, 7 on Linux and Windows
0.1.0
- Libraries update: markdownlint, lodash.values, husky
- When directory is provided, it recursively process all the *.md files (fix #1)
- Fix: incorrect Markdown is now output to stderr
- Reading configuration also from .markdownlint.json (see #3)
- Functional tests are added for linting correct and incorrect Markdown files
- Adding installation instructions in README
- Adding NodeJS 0.12 and 4.3 to Travis CI
- Refactoring and improvements
0.0.3
0.0.2
- Adding usage, related links and license in README.md
- Fix configuration filename to be .markdownlintrc
Initial version
- Linting files from command line
- Linting files with an optional configuration file