Skip to content

0.1.0

Compare
Choose a tag to compare
@igorshubovych igorshubovych released this 02 Mar 22:32
· 530 commits to master since this release
  • 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