Skip to content

Releases: igorshubovych/markdownlint-cli

0.3.1

13 Apr 21:46
Compare
Choose a tag to compare
  • 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

02 Mar 22:32
Compare
Choose a tag to compare
  • 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

12 Feb 13:12
Compare
Choose a tag to compare
  • Fix #2. Improve help text on Windows
  • Move from lodash to modularized lodash (10-20% faster)
  • Better tests, run tests before commit (husky)
  • AppVeyor integration: run and test on Windows VMs with major NodeJS versions
  • better badges in README.md

0.0.2

19 Jan 13:49
Compare
Choose a tag to compare
  • Adding usage, related links and license in README.md
  • Fix configuration filename to be .markdownlintrc

Initial version

19 Jan 09:28
Compare
Choose a tag to compare
  • Linting files from command line
  • Linting files with an optional configuration file