Skip to content

Releases: dry-rb/dry-cli

v1.0.0

05 Nov 05:45
v1.0.0
7978a52
Compare
Choose a tag to compare

Changed

  • Version bumped to 1.0.0 (@solnic)

Compare v0.7.0...v1.0.0

v0.7.0

08 May 19:41
v0.7.0
Compare
Choose a tag to compare

Added

  • Inheritable attributes for subclasses of commands (@IvanShamatov)
  • Ability to register instances, not only classes as Commands (@IvanShamatov)
  • Add support for subcommands with a parent command (@unrooty)

Fixed

  • Safely rescue pipe exception, when you CLI app is producing output for piped CLI app (IvanShamatov)
  • Safely rescue keyboard interrupts (@IvanShamatov)
  • [Internal] Don't run specs twice (@jodosha)
  • Update inline call with keyward arguments (@flash-gordon)

Changed

Compare v0.6.0...v0.7.0

v0.6.0

06 Mar 11:43
v0.6.0
Compare
Choose a tag to compare

Added

  • [Ivan Shamatov] Ability to pass command along with registry (for a singular command case)
  • [Nikita Shilnikov] [Internal] Backported ability to run gem's CI against ruby 2.3
  • [Ivan Shamatov] Inline syntax for commands
  • [Ivan Shamatov] Introduced stderr to any diagnostic output

Fixed

  • [John Ledbetter & Luca Guidi] Fix ruby 2.7 warnings
  • [Ivan Shamatov] Fix banner, when option is a type of Array

Compare v0.5.1...v0.6.0

v0.5.1

23 Jan 08:50
v0.5.1
c2bede7
Compare
Choose a tag to compare

Fixed

  • Added missing 'set' require (@solnic)

Compare v0.5.0...v0.5.1