Skip to content

Releases: igorshubovych/markdownlint-cli

0.32.1

25 Jul 04:29
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.26.1
    • Improve MD051
  • Update all dependencies via Dependabot

0.32.0

16 Jul 21:57
Compare
Choose a tag to compare
  • 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

0.31.1

09 Feb 05:13
Compare
Choose a tag to compare
  • Automatically publish Docker container image to GitHub Packages
  • Update all dependencies via Dependabot

0.31.0

05 Feb 02:49
Compare
Choose a tag to compare
  • 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

0.30.0

20 Nov 05:34
Compare
Choose a tag to compare
  • Add --enable/--disable params
  • Add --quiet param
  • Throw for bad config file
  • Update all dependencies via Dependabot

0.29.0

05 Oct 03:08
Compare
Choose a tag to compare
  • 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

0.28.1

23 Jul 04:44
Compare
Choose a tag to compare
  • Fix outdated reference to rc (thanks @shhdgit!)

0.28.0

23 Jul 03:21
Compare
Choose a tag to compare
  • 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

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