Skip to content

Releases: remarkjs/remark-contributors

7.0.0

23 Sep 16:30
0553e44
Compare
Choose a tag to compare

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.2

14 Nov 15:18
e96c61f
Compare
Choose a tag to compare

Full Changelog: 6.0.1...6.0.2

6.0.1

04 Aug 09:49
b9a445c
Compare
Choose a tag to compare
  • 7b40690 Fix behavior to not cast objects to strings

6.0.0

04 Aug 09:38
665d16f
Compare
Choose a tag to compare
  • 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

22 Feb 11:35
e4be49c
Compare
Choose a tag to compare
  • 56d60b2 Add heading option to match custom headings

5.0.1

19 Oct 06:47
b3eafa3
Compare
Choose a tag to compare
  • 5708a9e Fix to explain error on missing file path

5.0.0

23 Mar 09:45
f433ea8
Compare
Choose a tag to compare
  • dafb61c Add support for finding the first package.json
    (breaking if there are unconfigured package.jsons 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.1

17 Jun 07:00
66c8217
Compare
Choose a tag to compare

4.0.0

28 Nov 10:27
Compare
Choose a tag to compare

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

28 Nov 10:33
Compare
Choose a tag to compare
  • 127f236 Fixed empty array issue
  • 0b7c79e Added package.json and custom support (closes #3)