Releases: remarkjs/remark-lint
Releases · remarkjs/remark-lint
[email protected]
[email protected]
- a97671d Fix good footnote definitions
Full Changelog: https://github.com/remarkjs/remark-lint/compare/[email protected]
10.0.0
(this is a major for each package maintained here)
Change
- 943a574 Change to require Node.js 16
migrate: update too - 625f7f9 Change to use
exports
migrate: don’t use private APIs - 255ca39 Update
unified
,@types/mdast
, etc
migrate: update too - 8df41b3 remark-preset-lint-recommended: change to prefer
remark-lint-list-item-indent: 'one'
migrate: passtab
if you want previous behavior - 63d132d remark-preset-lint-consistent: add
remark-lint-ordered-list-marker-value
migrate: turn off or configure with what you prefer - ccea691 remark-list-item-indent: change default to
one
migrate: passtab
if you want previous behavior - 07140bd remark-list-item-indent: rename
space
toone
,tab-size
totab
- 7ca5d3c unified-lint-rule: rename
RuleMeta
type toMeta
- 906012e Remove deprecated (pre CommonMark)
remark-lint-no-inline-padding
- 9cdda80 Remove deprecated (pre CommonMark)
remark-lint-no-auto-link-without-protocol
Add
- 45aeac2 Add better messages, rewrite and improve rules
- 655ba54 Add better support for gfm, directives, math, mdx
- 18e669f remark-lint-file-extension: add option to disallow extensionless
- 4057f15 remark-lint-no-empty-url: add check for
#
Fix
- 802f78f remark-lint-table-pipe-alignment: fix empty centered cell
Docs
Misc
- b4a6556 Fix autogenerated types w/ TS 5.4
- bd9ba2c Add declaration maps
- e55606e Refactor to improve performance of deep trees
- 627363b Refactor more code, improve small things
- 19251fc 0e79b65 Refactor code-style
- db4810d Refactor remark config
- f8be2e3 Refactor
.editorconfig
- 36e844e Refactor
.gitignore
- ae313bf Refactor
package.json
- 16bf9dc Refactor
.npmrc
- f0a475c Refactor
package.json
s - 904edde Refactor
tsconfig.json
s - 96c25af Refactor Actions
Full Changelog: 9.1.2...10.0.0
[email protected]
Fix
- c410a91 Fix table alignment for empy cells
Full Changelog: https://github.com/remarkjs/remark-lint/compare/[email protected]
9.1.2
Fix
- 639271a Fix table alignment related rules for
micromark
changes
(remark-lint-table-cell-padding, remark-lint-table-pipe-alignment) - 5bdc23b Check urls from definitions
(remark-lint-no-empty-url) by @Xunnamius in #299
Misc
- db9755f Refactor types
- 0beb67b Refactor tsconfigs to improve build perf
- f41df8e Fix
this
type in TS 4.9
by @ChristianMurphy in #304 - 65f0ff9 cabbe86 Add 3 new rules to list of community rules
by @Xunnamius in #301 - 0f6bb40 Remove boolean fallback for ancient remark
by @jablko in #284 - d1e24ff Fix types of rule arguments
by @jablko in #289 - 29bb3b7 Refactor to improve internal severity coercion
by @jablko in #287
Full Changelog: 9.1.1...9.1.2
[email protected]
- 1ab5509 Add support for regex as option
9.1.1
[email protected]
- c5c3832 Mark
no-auto-link-without-protocol
as deprecated
[email protected]
- c5c3832 Mark
no-auto-link-without-protocol
as deprecated
[email protected]
- 005e3bb Fix almost empty cells