Skip to content

Releases: toss/docflow

[email protected]

03 Apr 04:30
4d0c513

Choose a tag to compare

Patch Changes

  • 5bb22eb: fix: group barrel re-exports by declaration source file to prevent same-named symbols from being incorrectly merged

[email protected]

30 Mar 09:44
98fb4a0

Choose a tag to compare

Patch Changes

  • 7740dee: resolve absolute import paths in extracted type signatures

[email protected]

29 Mar 12:02
6c62c78

Choose a tag to compare

Patch Changes

  • 3e5d873: Fix resolve optional and type-reference property paths in JSDoc validator
    Fix match JSDoc params with destructured parameters

[email protected]

27 Mar 02:01
8e8db33

Choose a tag to compare

Patch Changes

  • 6dfd8b9: export PropertyData type

[email protected]

27 Mar 01:48
e8c6630

Choose a tag to compare

Patch Changes

  • db6fd69: ### Features

    • Support @property tag for JSDoc parsing (#21)
    • Add @param, @property, @returns validation to check command (#20)
    • Support running commands from subdirectories in monorepo (#15)
    • Improve extractSignature to include JSDoc comments (#22)
    • Improve config usability (#9)

    Bug Fixes

    • Escape <, > inside backtick content (#25)
    • Fix barrel re-export with multiple file names (#24)
    • Fix JSDoc tag name and description merging (#23)
    • Fix JSDoc parameter parsing for deeply nested parameters (#16)
    • Remove root tsconfig fallback and add error handling for package tsconfig resolution (#14)
    • Fix tag value trim
    • Add shebang to CLI entry point (#8)

v0.0.1

24 Jul 13:56

Choose a tag to compare

Released on July 22nd, 2025.

  • Initial release of docflow CLI
  • Added check command for JSDoc validation
  • Added generate command for documentation generation
  • Added build command for processing documentation
  • Support for VitePress plugin