Releases: toss/docflow
Releases · toss/docflow
[email protected]
Patch Changes
- 5bb22eb: fix: group barrel re-exports by declaration source file to prevent same-named symbols from being incorrectly merged
[email protected]
Patch Changes
- 7740dee: resolve absolute import paths in extracted type signatures
[email protected]
Patch Changes
- 3e5d873: Fix resolve optional and type-reference property paths in JSDoc validator
Fix match JSDoc params with destructured parameters
[email protected]
Patch Changes
- 6dfd8b9: export PropertyData type
[email protected]
Patch Changes
-
db6fd69: ### Features
- Support
@propertytag for JSDoc parsing (#21) - Add
@param,@property,@returnsvalidation tocheckcommand (#20) - Support running commands from subdirectories in monorepo (#15)
- Improve
extractSignatureto 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)
- Support
v0.0.1
Released on July 22nd, 2025.
- Initial release of docflow CLI
- Added
checkcommand for JSDoc validation - Added
generatecommand for documentation generation - Added
buildcommand for processing documentation - Support for VitePress plugin