Skip to content

Releases: reeflective/console

v0.1.10

07 Sep 19:48
f3c8da3
Compare
Choose a tag to compare

Full Changelog: v0.1.9...v0.1.10

v0.1.9

07 Sep 19:14
b6f68d4
Compare
Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

v0.1.8 - Bug fixes

19 Aug 15:16
dc45ff2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.8

v0.1.7

16 Aug 10:08
e514834
Compare
Choose a tag to compare

Commands

  • Command filtering code has been enhanced with error templates to return a library-specific
    error message when running a command failed because it was marked filtered.
    New functions include:

    • CheckIsAvailable(cmd *cobra.Command) error
    • SetErrUnavailableCommandTemplate() to set custom errors when a command is filtered.
  • Arbitrary command lines can be ran at any point with the RunCommand{Args,Line} functions.

Dependencies

Readline shell and the carapace completion engines are updated to their latest version.

Others

Various fixes to the code, and cleanup.

v0.1.6

05 Jun 01:06
594a0ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Jun 00:55
ba52b18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

05 Jun 00:31
da58006
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Fixes to readline commands

03 Jun 14:58
509f77c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

Readline commands

02 Jun 21:16
5873a26
Compare
Choose a tag to compare

Added readline commands available to manipulate readline bindings and options

Latest carapace completion engine

29 May 21:45
bf22c59
Compare
Choose a tag to compare

Use the latest version of our fork of the carapace completion engine used as library, with better support for Windows path completion