Markdownlint Cli Versions Save

MarkdownLint Command Line Interface

v0.32.0

1 year ago
  • Update markdownlint dependency to 0.26.0
    • Add MD051/link-fragments: Link fragments should be valid
    • Add MD052/reference-links-images: Reference links and images should use a label that is defined
    • Add MD053/link-image-reference-definitions: Link and image reference definitions should be needed (auto-fixable)
    • Improve MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050
    • Add markdownlint-disable-line inline comment
    • Support ~ paths in configuration files
    • Improve performance
  • Add .markdownlint.jsonc to list of supported configuration files
  • Remove support for end-of-life Node version 12
  • Update all dependencies via Dependabot

v0.31.1

2 years ago
  • Automatically publish Docker container image to GitHub Packages
  • Update all dependencies via Dependabot

v0.31.0

2 years ago
  • Update markdownlint dependency to 0.25.0
    • Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable)
    • Improve MD007/MD010/MD032/MD033/MD035/MD037/MD039
    • Support asynchronous custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.30.0

2 years ago
  • Add --enable/--disable params
  • Add --quiet param
  • Throw for bad config file
  • Update all dependencies via Dependabot

v0.29.0

2 years ago
  • Update markdownlint dependency to 0.24.0
    • Improve MD010/MD011/MD037/MD043/MD044
  • Remove support for end-of-life Node version 10
  • Update all dependencies via Dependabot

v0.28.1

2 years ago
  • Fix outdated reference to rc (thanks @shhdgit!)

v0.28.0

2 years ago
  • Add --json option to output results in JSON format
  • Switch rc dependency to run-con to address CVE-2020-7788
  • Update all dependencies via Dependabot

v0.27.1

3 years ago
  • Fix bug introduced during commander upgrade that caused -c/--config not to be honored for non-JSON files

v0.27.0

3 years ago
  • 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

v0.26.0

3 years ago
  • 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