Skip to content

Releases: igorshubovych/markdownlint-cli

0.27.1

02 Mar 19:01
Compare
Choose a tag to compare
  • Fix bug introduced during commander upgrade that caused -c/--config not to be honored for non-JSON files

0.27.0

02 Mar 06:04
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.23.1
    • Add comprehensive example .markdownlint.jsonc/.markdownlint.yaml files
    • Add fix information for MD004/ul-style
    • Improve MD018/MD019/MD020/MD021/MD037/MD041
    • Improve HTML comment handling
  • Add --dot option to include "dotfiles" by default
  • Update all dependencies via Dependabot

0.26.0

16 Dec 04:35
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.22.0
    • Allow extends in config to reference installed packages by name
    • Add markdownlint-disable-next-line inline comment
    • Support JSON front matter
    • Improve MD009/MD026/MD028/MD043
    • Update dependencies (including markdown-it to v12).
  • Update all dependencies via Dependabot

0.25.0

11 Nov 05:54
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.21.1
    • Improve MD011/MD031
  • Update all dependencies via Dependabot

0.24.0

02 Oct 04:05
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.21.0
    • Improve MD042/MD044

0.23.2

30 Jun 05:23
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.20.4

0.23.1

17 May 03:27
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.20.3

0.23.0

05 May 04:53
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.20.2
    • Add markdownlint-configure-file inline comment
    • Improve MD005/MD007/MD013/MD018/MD029/MD031/MD034/MD037/MD038/MD039
    • Improve HTML comment handling
  • Add support for JS configuration files via --config
  • Defer require-ing modules that may not be referenced
  • Fix issue with absolute paths and ignore files

0.22.0

09 Feb 02:38
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.19.0
    • Add fix information for MD005/list-indent
    • Improve MD007/MD013/MD014
    • Deprecate MD006/ul-start-left
  • Add -p/--ignore-path option to override .markdownlintignore
  • Add starting column number to violation output message
  • Remove support for end-of-life Node.js versions < 10

0.21.0

05 Jan 03:53
Compare
Choose a tag to compare
  • Add support for .markdownlintignore file