- Package now is ESM only.
- Node.js version now is ≥16.
- Config file updated.
Fixed several security vulnerabilities:
- Use of a Broken or Risky Cryptographic Algorithm in elliptic. Updated from 6.5.3 to 6.5.4.
- Regular Expression Denial of Service in hosted-git-info. Updated from 2.8.8 to 2.8.9.
- Command Injection in lodash. Updated from 4.17.20 to 4.17.21.
- Updated
remark
to version 13.0.0. - Updated
remark-preset-lint-markdown-style-guide
to version 4.0.0. - Updated .markdownlintrc.js to match new versions.
- Added MIGRATION.md.
- Added LICENSE file.
- Updated the deps.
- Updated README.md.
- Updated the deps.
- Turned on
fences
remark-stringify’s option. - Turned off
embeddedLanguageFormatting
prettier’s option. - Fixed
getFilesByPath
on macOS.
- Added a possibility to pass file extensions using
--ext
option.
- First version of the linter.
- Init version.