Releases: iterative/shtab
Releases · iterative/shtab
shtab v1.5.6 beta
- 🎉 support
zsh
subcommands with hyphens (#108)
- 🔨 fix
bash
subcommand completion (#106 <- #86)
- 🔨 fix colons in subcommands (#110)
- 📚 fix typos (#96)
- 🛠️ add tests
- 🛠️ fix external PRs
shtab v1.5.5 beta
- 🔨 fix bash completion with space (#81 <- #74)
- 🛠️ update tests & pre-commit hooks
shtab v1.5.4 beta
- 🎉 add
zsh
subcommand support (#73)
- 🔨 fix docs build (#72)
- 🛠️ check annotations pre-commit
shtab v1.5.3 beta
- 🎉 add basic type hints support (#60 <- #59)
- 🎂 drop py2.7 support
- 🛠️ update pre-commit hooks
- 📚 misc docs updates (#64)
shtab v1.5.2 beta
- 🔨 remove unneeded shebang (#61)
shtab v1.5.1 beta
- 🔨 skip hidden arguments on
tcsh
(#58)
- 🔨 fix & update
examples/customcomplete.py
- 📚 update docs
shtab v1.5.0 beta
- 🎉 add
tcsh
completion & docs (#57 <- #56)
- 🎉 add
--verbose
flag
- 📚 update
examples/customcomplete.py
- 🛠️ misc linter & build framework updates
shtab v1.4.1 beta
- 🔨 fix zsh non-
str
choices (#48)
- 🛠️ misc minor build framework updates (#49)
shtab v1.4.0 beta
- 🔨 skip hidden (
add_help=False
) subcommands (#47)