Skip to content

Releases: remarkjs/remark-validate-links

13.0.1

09 Apr 18:03
f976b96
Compare
Choose a tag to compare
  • 2b4cc25 Fix misclassified type dependency

Full Changelog: 13.0.0...13.0.1

13.0.0

25 Sep 17:40
4bcafe9
Compare
Choose a tag to compare

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
1a7f038
Compare
Choose a tag to compare

Fix

  • 415557c Fix inferring IDs of headings with HTML

Misc

Full Changelog: 12.1.0...12.1.1

12.1.0

25 Aug 17:16
3c0f2cc
Compare
Choose a tag to compare

Full Changelog: 12.0.0...12.1.0

12.0.0

29 Jun 17:09
5a2641a
Compare
Choose a tag to compare
  • 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
f259b30
Compare
Choose a tag to compare

Full Changelog: 11.0.1...11.0.2

11.0.1

25 Aug 11:19
057d574
Compare
Choose a tag to compare
  • 765b3f5 Fix slugging of headings w/ images

11.0.0

09 Aug 19:27
a1d4f05
Compare
Choose a tag to compare
  • 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

10.0.4

21 Mar 11:45
fe5bfed
Compare
Choose a tag to compare
  • ad29c8e Fix prototypal values as references, landmarks

10.0.3

03 Mar 16:41
8495974
Compare
Choose a tag to compare
  • 0bd3369 Fix to ignore hash in images
  • 46b6659 Refactor to clarify readme