Releases: remarkjs/remark-comment-config
Releases · remarkjs/remark-comment-config
8.0.0
Change
- d929afd Change to require Node.js 16
migrate: update too
- 5f68f2c Change to use
exports
migrate: don’t use private APIs
- 1d27ab1 Update
@types/mdast
, utilities, etc
migrate: update too
Full Changelog: 7.0.1...8.0.0
7.0.0
- 62e7b2a Use ESM
// From CommonJS
var remarkCommentConfig = require('remark-comment-config')
// To ESM
import remarkCommentConfig from 'remark-comment-config'
Learn more about ESM in this guide
- 52096ba Add JSDoc based types
- 1a47b7e Remove warning for remark 12
6.0.0
- 0d0f309 Update for
micromark
in remark@13
(breaking, this update will not work with remark lower than v13, see commit for details)
5.0.2
- 5970b78 Fix for non-remark parsers or compilers
- 016383d Add
Contribute
section to readme.md
- eac058d Migrate to
remarkjs
5.0.1
- 42a3468 Refactor example in
readme.md