Releases: darkmavis1980/markdown-index-generator
Releases · darkmavis1980/markdown-index-generator
v2.1.1
Changes
- fix: issue where the title was added to the generated index if the title was not
index - chore: updated nyc and @types/node packages
- chore: update dependencies
v2.1.0
Changes
- feat: upgrade ESLint to latest version
- feat: upgrade configuration file for ESLint
- chore: update dependencies
v2.0.1
Changes
- fix: issue with broken links on headers with underscores
- chore: update dependencies
v2.0.0
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
ES2021and not anymore toES2017 - 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
v1.0.4
Changes
- fix: critical dependency
- chore: update dependencies
v1.0.3
Changes
- Release fix
v1.0.2
Changes
- [bugfix] Fix issue with missing commander
- [bugfix] Fix issue with tests
- [chore] Update dependencies
v1.0.1
Changes
- Updated dependencies
v1.0.0
Changes
- [BREAKING] Changed the default behaviour to update the file
- Upgraded to TS 5
- Updated dependencies
- Updated tests to match new default behaviour
- Code cleanups
v0.13.0
Changes
- [BREAKING] Removed support for Node 14
- Updated dependencies