Skip to content

v7.0.1

Compare
Choose a tag to compare
@rigwild rigwild released this 30 Oct 16:37
· 34 commits to master since this release
  • Upgrade dependencies
  • Use pnpm
  • Use apidoc-light instead of normal apidoc
  • Integrate apidoc parsing

Breaking changes

  • Node.js v14+ required
  • apidoc-markdown no longer uses output files from apiDoc, it does the generation directly by importing it
  • -p option removed

How to upgrade

Remove apiDoc as it is now directly imported by apidoc-markdown

pnpm remove apidoc

Change your generation command. Use option --input instead (just as you would do with apiDoc directly)

src is where are stored your code/source files containing some apiDoc annotations

apidoc-markdown -i src -o DOCUMENTATION.md

Should be good to go ☺

v6.0.1...v7.0.1