Skip to content

Commit 0caae97

Browse files
committed
add grouped functions feature to organize functions into collapsible accordion groups
1 parent 7a40ec9 commit 0caae97

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [0.9.11] - 2026-01-07
4+
### Added
5+
- Grouped functions feature: organize multiple functions into collapsible accordion groups
6+
- Pass a dictionary to `run()` with group names as keys and function lists as values
7+
- Example: `run({'Math': [add, multiply], 'Text': [upper, lower]})`
8+
- Groups display as accordion cards with badges showing function count
9+
- Only one group can be open at a time for clean navigation
10+
- Fully backwards compatible with existing single function and list modes
11+
312
## [0.9.10] - 2026-01-01
413
### Added
514
- VideoFile and AudioFile types for file uploads

0 commit comments

Comments
 (0)