Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Releases: remarkjs/remark-unwrap-images

5.0.0

11 Oct 12:19
225a360
Compare
Choose a tag to compare

🪦 Deprecated: use rehype-unwrap-images instead

Full Changelog: 4.0.1...5.0.0

4.0.1

10 Oct 13:58
a9317ec
Compare
Choose a tag to compare

Types

Full Changelog: 4.0.0...4.0.1

4.0.0

22 Sep 16:22
f200be7
Compare
Choose a tag to compare

Change

  • 8f3cd9e Change to require Node.js 16
    migrate: update too
  • 39c18e1 Change to use exports
    migrate: don’t use private APIs
  • fe9b9a0 Update @types/mdast, utilities, etc
    migrate: update too

Full Changelog: 3.0.1...4.0.0

3.0.1

05 Nov 14:08
7dcd646
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

3.0.0

06 Aug 15:24
6fc7c34
Compare
Choose a tag to compare
  • b78778b Use ESM
    // From CommonJS
    var remarkUnwrapImages = require('remark-unwrap-images')
    
    // To ESM
    import remarkUnwrapImages from 'remark-unwrap-images'
    Learn more about ESM in this guide
  • 9fa1c8e Add JSDoc based types

2.1.0

13 Jun 08:33
b6ed075
Compare
Choose a tag to compare

2.0.0

23 Mar 10:36
d2038dd
Compare
Choose a tag to compare

1.0.0

18 Jun 15:12
5b48820
Compare
Choose a tag to compare

💯