Releases: remarkjs/remark-validate-links
Releases · remarkjs/remark-validate-links
13.1.0
21 Feb 14:35
Compare
Sorry, something went wrong.
No results found
13.0.2
01 Nov 10:53
Compare
Sorry, something went wrong.
No results found
13.0.1
09 Apr 18:03
Compare
Sorry, something went wrong.
No results found
13.0.0
25 Sep 17:40
Compare
Sorry, something went wrong.
No results found
Change
39c7e22 Change to require Node.js 16
migrate : update too
7c75796 Change to use exports
migrate : don’t use private APIs
c81c6ab Update @types/mdast, utilities, etc
migrate : update too
323908a 7ac7d02 Change to improve messages
migrate : expect better messages
Full Changelog : 12.1.1...13.0.0
12.1.1
01 May 16:43
Compare
Sorry, something went wrong.
No results found
12.1.0
25 Aug 17:16
Compare
Sorry, something went wrong.
No results found
12.0.0
29 Jun 17:09
Compare
Sorry, something went wrong.
No results found
8f58878 Update unified-engine, hosted-git-info
by @JounQin in #69
tiny chance of breaking: properly parses Yaml 1.2
tiny chance of breaking: matches modern Node in loading modules
d6420be Remove support for Node 12
by @JounQin in #70
Full Changelog : 11.0.2...12.0.0
11.0.2
28 Oct 09:54
Compare
Sorry, something went wrong.
No results found
11.0.1
25 Aug 11:19
Compare
Sorry, something went wrong.
No results found
765b3f5 Fix slugging of headings w/ images
11.0.0
09 Aug 19:27
Compare
Sorry, something went wrong.
No results found
e88fecc Use ESM
// From CommonJS
var remarkValidateLinks = require ( 'remark-validate-links' )
// To ESM
import remarkValidateLinks from 'remark-validate-links'
Learn more about ESM in this guide
b579e27 Add JSDoc based types
a5677c0 Update dependencies