Skip to content

Releases: remarkjs/remark-git-contributors

5.1.0

23 Sep 12:39
28ac547
Compare
Choose a tag to compare

Add

Types

Full Changelog: 5.0.2...5.1.0

5.0.2

02 Nov 12:19
3b0c0c5
Compare
Choose a tag to compare

Full Changelog: 5.0.1...5.0.2

5.0.1

24 Sep 18:30
b97d6ff
Compare
Choose a tag to compare

Full Changelog: 5.0.0...5.0.1

5.0.0

24 Sep 18:29
f0c3440
Compare
Choose a tag to compare

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
15afb0c
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

4.0.0

04 Aug 13:05
184febf
Compare
Choose a tag to compare
  • 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
ffa1ab5
Compare
Choose a tag to compare
  • 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
94da2b1
Compare
Choose a tag to compare
  • 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
c1904a9
Compare
Choose a tag to compare
  • 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
c164060
Compare
Choose a tag to compare
  • 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