Releases: remarkjs/remark-git-contributors
Releases · remarkjs/remark-git-contributors
5.0.0
Change
- 4af5537 Change to require Node.js 16
migrate: update too
- 268fa43 Change to use
exports
migrate: don’t use private APIs
- 0766548 Update
@types/mdast
, utilities, etc
migrate: update too
- de596f1 Change to improve messages
migrate: expect better errors
Types
- 3490124 Add export of
Contributor
type
Full Changelog: 4.0.1...5.0.0
4.0.0
- f03fa4e Add JSDoc based types
// From CommonJS
var remarkGitContributors = require('remark-git-contributors')
// To ESM
import remarkGitContributors from 'remark-git-contributors'
Learn more about ESM in this guide
- 80bc162 11e9345 Add support for Node’s ESM loading algorithm
- a55137f Use ESM
3.0.0
- c186735 Add support for finding the closest
package.json
(breaking if there are unconfigured package.json
s closer to files than your root package)
- c7b5e24 Update
remark-contributors
(breaking, potentially, if you or your dependents use typescript)
- 9eeeadb Refactor prose
2.0.1
- f15a943 Sort authors with equal commit count by name
- 490fe10 Add notes on security
Note: This release may break your build if you depend on legacy handling of unstable sort
2.0.0
- 4849386 refactor: replace
git-contributors
with contributors-from-git
- 63b151c fix: use
vfile.message()
instead of .warn()
(highly unlikely breaking change)
1.1.0
- 932f3c4 fix: add warning instead of failing for no commits
- a1783d7 docs: refactor prose
- 02c27cd tests: fix gpg signing
- e2cee47 docs: add mention of
.mailmap
to fix contributors