Skip to content

Releases: iterative/shtab

shtab v1.3.10 beta

04 Aug 21:18
76c5ead
Compare
Choose a tag to compare
  • 🎉 more robust bash completion (#38 <- #37, #11)
  • 🔨 fix potential parser help string casting error (#44 <- #41)
  • 🔍 update tests
  • 🛠️ misc build framework updates

shtab v1.3.9 beta

20 Jul 12:04
4731037
Compare
Choose a tag to compare
  • 🎉 re-add preamble support (#42)
  • 🛠️ misc build framework updates (#43)

shtab v1.3.8 beta

08 Jul 08:48
b3f8d79
Compare
Choose a tag to compare
  • 🛠️ minor build framework updates (#39 <- #40)

shtab v1.3.7 beta

03 Jul 10:37
7802725
Compare
Choose a tag to compare
  • 🎉 bash: cleaner file/dir completions (#37)
  • 🛠️ build: update actions (#36)

shtab v1.3.6 beta

03 May 14:03
d93d6af
Compare
Choose a tag to compare
  • 🔨 fix zsh positional multi-arg error (#35 <- #29)

shtab v1.3.5 beta

22 Feb 15:42
a519f26
Compare
Choose a tag to compare
  • 🛠️ build & tests framework upgrades (#31)
    • 📦 don't distribute tests (#30)

shtab v1.3.4 beta

28 Dec 16:16
2cd1933
Compare
Choose a tag to compare
  • 🛠️ major build framework upgrade (#27)
    • 🎉 mark as beta release (#28)
    • 🎉 support py3.9
    • 🔍 skip duplicate tests on PRs

shtab v1.3.3 alpha

29 Nov 03:23
1dc36c7
Compare
Choose a tag to compare
  • 🔨 fix add_argument_to(subparser) (#25)
    • add parent=None to ensure parent (rather than subcommand) is completed
  • 🔍 add tests

shtab v1.3.2 alpha

30 Sep 22:45
a01e2b5
Compare
Choose a tag to compare
  • 🔨 fix bash>=4.4 bad substitution (#23 <- #22)

shtab v1.3.1 alpha

16 Aug 14:51
f5693b8
Compare
Choose a tag to compare
  • 🎉 allow periods in script names (#21 <- #20)
    • support e.g. script.py (not just console entrypoints such as script)
    • support e.g. ./script.py (explicit local path)
  • 🔍 add tests
  • 💯 enable coverage reporting by default for tests