Skip to content

Commit 51d6335

Browse files
committed
Add v0.2.0 changelog entry
1 parent c207ac6 commit 51d6335

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [Version 0.2.0](https://github.com/ewels/nf-docs/releases/tag/v0.2.0) - 2026-03-04
4+
5+
### Added
6+
7+
- New **table** output format (`-f table`) with terraform-docs-style Markdown tables and marker
8+
injection for embedding generated docs into existing README files
9+
- Template-based selective section rendering for the table format, allowing users to choose which
10+
sections to include
11+
- Groovydoc `@param` and `@return` tag descriptions are now applied to process inputs and outputs
12+
- Support for Nextflow typed syntax (`val(x)`, `path(x)`, `tuple val(x), path(y)`, etc.) when
13+
parsing process inputs and outputs
14+
- Enriched bare typed outputs from `.nf` source files with proper type and name extraction
15+
- Pattern restriction display in HTML parameter cards
16+
- nf-fgsv added as an example pipeline, with YAML and table example outputs for all pipelines
17+
18+
### Fixed
19+
20+
- Parameters not displaying in HTML output due to README heading ID collisions with parameter IDs
21+
- Parsing of bare typed outputs and `?` nullable type from LSP hover content
22+
- Use a valid GitHub markdown admonition type in README
23+
324
## [Version 0.1.0](https://github.com/ewels/nf-docs/releases/tag/v0.1.0) - 2026-02-20
425

526
Initial release of `nf-docs`.

0 commit comments

Comments
 (0)