Releases: remarkjs/remark-contributors
Releases · remarkjs/remark-contributors
7.0.0
Compare
Sorry, something went wrong.
No results found
wooorm
released this
23 Sep 16:30
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
Compare
Sorry, something went wrong.
No results found
wooorm
released this
14 Nov 15:18
Full Changelog : 6.0.1...6.0.2
6.0.1
Compare
Sorry, something went wrong.
No results found
wooorm
released this
04 Aug 09:49
7b40690 Fix behavior to not cast objects to strings
6.0.0
Compare
Sorry, something went wrong.
No results found
wooorm
released this
04 Aug 09:38
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
Compare
Sorry, something went wrong.
No results found
wooorm
released this
22 Feb 11:35
56d60b2 Add heading option to match custom headings
5.0.1
Compare
Sorry, something went wrong.
No results found
wooorm
released this
19 Oct 06:47
5708a9e Fix to explain error on missing file path
5.0.0
Compare
Sorry, something went wrong.
No results found
wooorm
released this
23 Mar 09:45
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
Compare
Sorry, something went wrong.
No results found
wooorm
released this
17 Jun 07:00
4.0.0
Compare
Sorry, something went wrong.
No results found
wooorm
released this
28 Nov 10:27
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
Compare
Sorry, something went wrong.
No results found
wooorm
released this
28 Nov 10:33
127f236 Fixed empty array issue
0b7c79e Added package.json and custom support (closes #3 )