Skip to content

Releases: igorshubovych/markdownlint-cli

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

0.20.0

17 Dec 18:44
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.18.0
    • Adds MD048/code-fence-style
    • Adds --fix for MD007/ul-indent
    • Adds markdownlint-disable-file/markdownlint-enable-file inline comments
    • Improves MD006/MD007/MD009/MD013/MD030
  • Ignore JavaScript-style comments in JSON config files
  • Address npm audit issues

0.19.0

21 Oct 00:32
Compare
Choose a tag to compare
  • Update markdownlint dependency to 0.17.1
    • Adds automatic fix information for 24 rules
    • Updates newline handling to latest CommonMark specification
    • Improves MD014/MD037/MD039
  • Implement --fix option to automatically fix basic issues in files
  • Improve format of error messages for usability/consistency
  • Address npm audit issues