Skip to content

@react-docgen/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@danez-bot danez-bot released this 15 Dec 22:55
· 1253 commits to main since this release
23c2977

Major Changes

  • 3b28f6e: Introducing the new CLI package @react-docgen/cli which was extracted from react-docgen and is a complete rewrite.
    Compared to the old CLI these are some of the major differences:

    • Does not support input via stdin anymore
    • The path argument is now a glob
    • -x, --extension was removed in favor of globs
    • -e, --exclude was removed
    • -i, --ignore now accepts a glob
    • --handler added
    • --importer added
    • --failOnWarning added

    Check out https://react-docgen.dev/docs/getting-started/cli for the documentation.

Patch Changes