Releases: carapace-sh/carapace
Releases · carapace-sh/carapace
v0.1.8: Merge pull request #109 from rsteube/add-invokedaction-merge
InvokedAction: added Merge
v0.1.7: Merge pull request #107 from rsteube/zsh-fix-lazy
zsh: fix lazy completion script
v0.1.6: Merge pull request #106 from rsteube/fix-positionalany-callbackvalue
fix callbackvalue for positionalany
v0.1.5: Merge pull request #105 from rsteube/fix-completion
fix completion
v0.1.4: Merge pull request #104 from rsteube/xonsh-fix-import
xonsh: fix import for lazy script
v0.1.3: Merge pull request #103 from rsteube/add-multipartsa
added ToMultipartsA
v0.1.2: Merge pull request #101 from rsteube/fix-lazy-snippet
xonsh: fixed lazy snippet
v0.1.1: Merge pull request #97 from rsteube/add-multiparts-test
added multiparts test
v0.1.0: Merge pull request #96 from rsteube/stringslice-support
- ActionMultiParts now returns Action which improves reusability of Actions
- subsequently made some changes to the api (Action struct mostly) which isn't final yet and should break some things here and there (for now)
- custom actions now resided in rsteube/carapace-bin
- bash completion now has descriptions as well (thanks to https://stackoverflow.com/a/10130007)
v0.0.23: Merge pull request #94 from rsteube/xonsh-enter-confirm
xonsh: various fixes