All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Changed: minimum required Node.js version is
12.13.0
.
- Added:
remark-lint-no-auto-link-without-protocol
rule. - Changed: allow to use
!
and?
in heading (only warn when a heading ends with.,;:
characters). - Changed: remove
settings
from linting preset, no need this here. - Changed: remove
remark-lint-ordered-list-marker-style
in favorprettier
. - Changed: remove
remark-lint-no-blockquote-without-marker
in favorprettier
. - Changed: remove
remark-lint-maximum-heading-length
rule. - Changed: update
remark-validate-links
, some options was changed, please look documentation. - Changed: minimum required Node.js version is
8.9.0
.
- Changed: allow using
_
in file names (remark-lint-no-file-name-irregular-characters
rule). - Chore: update
remark-validate-links
package.
- Changed: drop
nodejs@4
support. - Removed:
remark-message-control
becauseremark-lint
already have this plugin.
- Changed: remove all stylistics rules in favor
prettier
.
- Added (Major update):
remark-lint-no-trailing-spaces
rule.
- Chore (Major update): minimum required
remark-validate-links
version is now^7.0.0
.
- Changed: use
exceptTightLists: true
forremark-lint-no-missing-blank-lines
rule. - Removed:
remark-lint-maximum-line-length
rule.
- Added:
remark-comment-config
plugin. - Added:
remark-message-control
plugin. - Added (Major update):
remark-lint-no-url-trailing-slash
rule. - Added (Major update):
remark-validate-links
rule. - Added (Major update):
remark-lint-no-multiple-toplevel-headings
rule. - Added (Major update):
remark-lint-no-heading-like-paragraph
rule. - Changed: value for
remark-lint-maximum-line-length
rule is now80
. - Changed: value for
remark-lint-list-item-indent
rule is nowspace
.
- Chore: minimum required
remark-lint-no-paragraph-content-indent
version is now^1.0.2
.
- Chore: minimum required
remark-lint-no-paragraph-content-indent
version is now^1.0.1
.
- Added (Major update):
remark-lint-no-paragraph-content-indent
rule. - Added (Major update):
remark-lint-linebreak-style
rule. - Added (Major update):
remark-lint-code-block-style
rule. - Changed: use
allowEmpty: false
forremark-lint-fenced-code-flag
rule. - Changed: use
---
horizontal rule forremark-lint-rule-style
rule. - Changed: use
"
quotes forremark-lint-link-title-style
rule. - Fixed: rename
remark-lint-no-blockquote-without-caret
rule toremark-lint-no-blockquote-without-marker
rule.
- Changed: set option to
tab-size
forlist-item-indent
rule.
- Fixed: removed
remark-comment-config
fromdependencies
.
- Fixed: removed
remark-lint
frompeerDependencies
.
- Chore (Major update): minimum required
remark-lint
version is now^6.0.0
.
- Added (Major update):
no-empty-url
rule. - Chore: added
no-heading-like-paragraph
rule for tracking.
- Added (Major update):
no-duplicate-headings-in-section
rule. - Added (Major update):
no-reference-like-url
rule. - Changed: disable
no-duplicate-headings
rule. - Changed:
first-heading-level
option to1
. - Chore (Major update): minimum required
remark-lint
version is now^5.2.0
.
- Changed: set option to
true
forlist-item-spacing
rule. - Changed: set options to
120
formaximum-line-length
rule. - Changed: set option to
_______
forrule-style
rule. - Chore (Major update): minimum required
remark-lint
version is now^5.1.0
.
- Initial release.