Thor v0.19.0 Release Notes

Release Date: 2014-03-22 // about 10 years ago
    • โž• Add support for a default to #ask
    • โš  Avoid @namespace not initialized warning
    • โš  Avoid private attribute? warning
    • ๐Ÿ›  Fix initializing with unknown options
    • ๐Ÿ’Ž Loosen required_rubygems_version for compatibility with Ubuntu 10.04
    • ๐Ÿ‘ Shell#ask: support a noecho option for stdin
    • Shell#ask: change API to be :echo => false
    • Display a message without a stack trace for ambiguous commands
    • ๐Ÿ‘‰ Make say and say_status thread safe
    • Dependency for console io version check
    • Alias --help to help on subcommands
    • ๐Ÿ’Ž Use mime-types 1.x for Ruby 1.8.7 compatibility for Ruby 1.8 only
    • Accept .tt files as templates
    • Check if numeric value is in enum
    • ๐Ÿ‘‰ Use Readline for user input
    • ๐Ÿ›  Fix dispatching of subcommands (concerning :help and *args)
    • ๐Ÿ›  Fix warnings when running specs with $VERBOSE = true
    • ๐Ÿ‘‰ Make subcommand help more consistent
    • ๐Ÿ‘‰ Make the current command chain accessible in command