V0.5.0 #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
codetease/mep!4
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In this commit:
MepCLI.spinwith instance-basedMepCLI.spinner().Spinnerclass insrc/spinner.tswith manual control methods (start,stop,update,success,error,clear).SIGINThandling inSpinnerto ensure cursor restoration.example.tsandREADME.mdto reflect the API changes.MepCLI.spin.In this commit:
AutocompletePromptwith async suggestion fetching, debouncing, and loading spinner.SortPromptfor reordering list items using space to grab and arrows to move.TablePromptfor selecting rows in a tabular format with auto-calculated column widths.MepCLIfacade andtypesto export the new prompts.tsconfig.jsonto include node types.In this commit:
Updates README.md to document the
autocomplete,sort, andtableprompts, including their features, API reference, and mouse support details.Updates example.ts to include working demos for these three prompts in the comprehensive demo script.
Also bumps version to
0.5.0.