Releases: remarkjs/remark-contributors
Releases · remarkjs/remark-contributors
7.0.0
Change
- c1648cc Change to require Node.js 16
migrate: update too
- ac0c389 Change to use
exports
migrate: don’t use private APIs
- fee2a6f Update
@types/mdast
, utilities, etc
migrate: update too
Full Changelog: 6.0.2...7.0.0
6.0.1
- 7b40690 Fix behavior to not cast objects to strings
6.0.0
- 4ff739a Use ESM
// From CommonJS
var remarkContributors = require('remark-contributors')
// To ESM
import remarkContributors from 'remark-contributors'
Learn more about ESM in this guide
- 4a12931 Add JSDoc based types
5.1.0
- 56d60b2 Add
heading
option to match custom headings
5.0.1
- 5708a9e Fix to explain error on missing file path
5.0.0
- dafb61c Add support for finding the first
package.json
(breaking if there are unconfigured package.json
s closer to files than your root package)
- e051cec Update
unist-builder
(breaking, potentially, if you or your dependents use typescript)
- f48a43b Refactor prose
- 34c5ebf Add notes on security
4.0.0
This release rewrites the module, it’s a breaking change in many ways, so make sure to properly check the docs (which are improved).
- 08575b7 Migrate to
remarkjs
- a489efd Rewrite module (async operations, better formatters, fix contributors section as first heading)
- 0aae53e Refactor code-style
- f484163 Refactor docs
- 7117a15 Add new default to not add a table if there’s no heading
- 656ae9f Add align option
- f24be1f Add exclude option
- dca3b5b Prevent empty links
v3.1.0
- 127f236 Fixed empty array issue
- 0b7c79e Added package.json and custom support (closes #3)