Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/native-tab-completion.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cmd-ts

## 0.16.0

### Minor Changes

- f12f091: Add first-class `@bomb.sh/tab` shell completion support to commands by default, including semantic completion for nested subcommands, aliases, flags, options, positional arguments, and custom value suggestions.

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alloc/cmd-ts",
"version": "0.15.0",
"version": "0.16.0",
"homepage": "https://alloc.github.io/cmd-ts/",
"license": "MIT",
"author": "Gal Schlezinger",
Expand Down