dry-cli v1.0.0 Release Notes
Release Date: 2022-11-05 // about 2 years agoPrevious changes from v0.7.0
-
โ 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
- Extracted Dry::CLI::Utils::Files into dry-files (@jodosha)
- โฌ๏ธ Drop 2.3 ruby support (@IvanShamatov)
- [Internal] Changelog, issue templates (@solnic)
- ๐ Documentation updates (@davydovanton)
- โ Remove concurrent-ruby as runtime dependency (@jodosha)
- ๐จ [Internal] Banner and Parses refactoring (@IvanShamatov)