Releases: remarkjs/remark-git-contributors
Releases · remarkjs/remark-git-contributors
5.1.0
23 Sep 12:39
Compare
Sorry, something went wrong.
No results found
5.0.2
02 Nov 12:19
Compare
Sorry, something went wrong.
No results found
5.0.1
24 Sep 18:30
Compare
Sorry, something went wrong.
No results found
5.0.0
24 Sep 18:29
Compare
Sorry, something went wrong.
No results found
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.1
14 Nov 15:21
Compare
Sorry, something went wrong.
No results found
4.0.0
04 Aug 13:05
Compare
Sorry, something went wrong.
No results found
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
24 Mar 08:26
Compare
Sorry, something went wrong.
No results found
c186735 Add support for finding the closest package.json
(breaking if there are unconfigured package.jsons 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
15 Nov 08:47
Compare
Sorry, something went wrong.
No results found
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
01 Jul 12:31
Compare
Sorry, something went wrong.
No results found
4849386 refactor: replace git-contributors with contributors-from-git
63b151c fix: use vfile.message() instead of .warn() (highly unlikely breaking change )
1.1.0
17 Jun 09:58
Compare
Sorry, something went wrong.
No results found
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