Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 1.47 KB

File metadata and controls

82 lines (43 loc) · 1.47 KB

[1.1.0] - 2025-08-22

  • Handle Foobara 0.1.1 type declarations

[1.0.2] - 2025-07-31

  • Fix some deprecation warnings

[1.0.1] - 2025-07-17

  • Handle a strange word-wrapping error with command descriptions
  • Do not output a blank line if the result is nil

[1.0.0] - 2025-06-17

  • Do not print out "nil" if the result is nil

[0.0.18] - 2025-06-16

  • Support Time/Date/DateTime in CliResultSerializer

[0.0.17] - 2025-05-03

  • Deal with recent CommandConnector interface changes
  • Make ParseError a Foobara::Error

[0.0.16] - 2025-04-23

  • Give a way to force inputs to be fully prefixed even if they don't collide

[0.0.15] - 2025-04-12

  • Default run args to ARGV

[0.0.14] - 2025-04-11

  • Handle newer versions of foobara

[0.0.13] - 2025-03-28

  • Handle recent #request_to_response refactor

[0.0.12] - 2025-03-06

  • Allow passing a command or connect args to single_command_mode:

[0.0.11] - 2025-01-07

  • Bump Ruby to 3.4.1

[0.0.10] - 2024-12-09

  • Do not explode when serializing an empty table

[0.0.9] - 2024-11-30

  • Add descriptions to available commands
  • Add support for indent: option

[0.0.6] - 2024-10-28

  • Handle CommandConnector namespace change

[0.0.4] - 2024-10-07

  • Introduce --no- options to negate boolean flags

[0.0.3]

  • Make use of single-command mode in Help command

[0.0.2]

  • Add single-command mode

[0.0.1]

  • Add Apache-2.0 license, resulting in a dual-licensed project

[0.0.0] - 2024-01-26

  • Project birth