Skip to content

Releases: darkmavis1980/markdown-index-generator

v2.1.1

31 Jul 10:07

Choose a tag to compare

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

16 Jun 14:53

Choose a tag to compare

Changes

  • feat: upgrade ESLint to latest version
  • feat: upgrade configuration file for ESLint
  • chore: update dependencies

v2.0.1

05 Mar 12:22

Choose a tag to compare

Changes

  • fix: issue with broken links on headers with underscores
  • chore: update dependencies

v2.0.0

12 Feb 14:30

Choose a tag to compare

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

v1.0.4

07 Dec 10:24

Choose a tag to compare

Changes

  • fix: critical dependency
  • chore: update dependencies

v1.0.3

26 Aug 19:31

Choose a tag to compare

Changes

  • Release fix

v1.0.2

26 Aug 19:28

Choose a tag to compare

Changes

  • [bugfix] Fix issue with missing commander
  • [bugfix] Fix issue with tests
  • [chore] Update dependencies

v1.0.1

28 May 17:59

Choose a tag to compare

Changes

  • Updated dependencies

v1.0.0

06 Apr 09:10

Choose a tag to compare

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

11 Mar 15:54

Choose a tag to compare

Changes

  • [BREAKING] Removed support for Node 14
  • Updated dependencies