Skip to content

Releases: remarkjs/remark-lint

[email protected]

27 Jan 12:07
dc1d022
Compare
Choose a tag to compare

[email protected]

27 Jan 12:08
c4d9bd4
Compare
Choose a tag to compare

[email protected]

27 Jan 12:07
17f4792
Compare
Choose a tag to compare

[email protected]

27 Jan 12:03
6806811
Compare
Choose a tag to compare

[email protected]

27 Jan 12:02
c1c16a8
Compare
Choose a tag to compare

[email protected]

17 Apr 12:53
db0baa2
Compare
Choose a tag to compare

[email protected]

17 Apr 20:22
7f5bb6b
Compare
Choose a tag to compare

10.0.0

09 Apr 17:33
6b6ea9c
Compare
Choose a tag to compare

(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: pass tab 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: pass tab if you want previous behavior
  • 07140bd remark-list-item-indent: rename space to one, tab-size to tab
  • 7ca5d3c unified-lint-rule: rename RuleMeta type to Meta
  • 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

Full Changelog: 9.1.2...10.0.0

[email protected]

29 Jul 13:30
53e9213
Compare
Choose a tag to compare

9.1.2

16 May 14:15
ef0f459
Compare
Choose a tag to compare

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

Full Changelog: 9.1.1...9.1.2