Skip to content

Releases: bashly-framework/completely

v0.5.2

06 Dec 16:24

Choose a tag to compare

  • Improve test command output and allow multiple complines in one run #41

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Nov 17:09

Choose a tag to compare

  • Refactor with rubocop (#36)
  • Fix broken script when wildcards follow the first word (#39)
  • Show warning when running the test command on an invalid file (#40)

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Nov 17:09

Choose a tag to compare

  • Add docker release (#29)
  • Fix shellcheck SC2162 in the generated script (#33)
  • Fix shellcheck SC2124 in the generated script (#34)
  • Hide flag completion unless input ends with a hyphen (#35)

Full Changelog: v0.4.3...v0.5.0

v0.4.3

17 Jul 12:34

Choose a tag to compare

  • Fix file/folder completion when they contain spaces (#27)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 May 05:29

Choose a tag to compare

  • Add tests for zsh (#24)
  • Allow keeping the test script with --keep (#25)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 May 17:01

Choose a tag to compare

  • Remove support for arbitrary script test to fix zsh incompatibilities (#22)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 May 07:56

Choose a tag to compare

  • Improve template (#13)
  • Refactor CLI commands (#14)
  • Add Tester class for testing any completions script (#15)
  • Add tester CLI command (#15)
  • Add support for middle wildcard for --flag args completions (#16)
  • Add COMPLETELY_DEBUG environment setting (#16)
  • Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable (#19)
  • Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable (#19)

Full Changelog: v0.3.1...v0.4.0