issues
search
darkmavis1980
/
markdown-index-generator
Parses a MarkDown document and creates an index with links using the document headings
5
stars
0
forks
source link
Feature/upgrade to commander 12
#59
Closed
darkmavis1980
closed
9 months ago
darkmavis1980
commented
9 months ago
Changes
BREAKING CHANGE: dropped support for Node.js 16.x, from this version only Node.js 18.x and above are supported
BREAKING CHANGE: code is compiled to
ES2021
and not anymore to
ES2017
feat: upgrade actions to drop support for Node.js 16.x and add support for Node.js 20.x
feat: upgrade to commander
v12.0.0
feat: set tests to be run randomized
chore: update dependencies
Changes
ES2021
and not anymore toES2017
v12.0.0