All Versions
29
Latest Version
Avg Release Cycle
166 days
Latest Release
1592 days ago

Changelog History
Page 2

  • v0.19.0 Changes

    March 22, 2014
    • โž• 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
  • v0.18.1 Changes

    March 30, 2013
    • โช Revert regressions found in 0.18.0
  • v0.18.0 Changes

    March 26, 2013
    • โœ‚ Remove rake2thor
    • ๐Ÿ‘ Only display colors if output medium supports colors
    • Pass parent_options to subcommands
    • ๐Ÿ›  Fix non-dash-prefixed aliases
    • ๐Ÿ‘‰ Make error messages more helpful
    • ๐Ÿ“‡ Rename "task" to "command"
    • โž• Add the method to allow for custom package name
  • v0.17.0 Changes

    January 24, 2013
    • โž• Add better support for tasks that accept arbitrary additional arguments (e.g. things like bundle exec)
    • Add #stop_on_unknown_option!
    • Only strip from stdin.gets if it wasn't ended with EOF
    • ๐Ÿ‘ Allow "send" as a task name
    • ๐Ÿ‘ Allow passing options as arguments after "--"
    • Autoload Thor::Group
  • v0.16.0 Changes

    August 14, 2012
    • โž• Add enum to string arguments
  • v0.15.4 Changes

    June 29, 2012
    • ๐Ÿ›  Fix regression when destination root contains reserved regexp characters
  • v0.15.3 Changes

    June 18, 2012
    • Support strict_args_position! for backwards compatibility
    • Escape Dir glob characters in paths
  • v0.15.2 Changes

    May 07, 2012
    • Added print_in_columns
    • ๐Ÿ”ฆ Exposed terminal_width as a public API
  • v0.15.1 Changes

    May 06, 2012
    • ๐Ÿ›  Fix Ruby 1.8 truncation bug with unicode chars
    • ๐Ÿ›  Fix shell delegate methods to pass their block
    • ๐Ÿ–จ Don't output trailing spaces when printing the last column in a table
  • v0.15 Changes

    April 29, 2012
    • Alias method_options to options
    • ๐Ÿ”จ Refactor say to allow multiple colors
    • ๐Ÿ”ฆ Exposed error as a public API
    • ๐Ÿ”ฆ Exposed file_collision as a public API
    • ๐Ÿ”ฆ Exposed print_wrapped as a public API
    • ๐Ÿ”ฆ Exposed set_color as a public API
    • ๐Ÿ›  Fix number-formatting bugs in print_table
    • ๐Ÿ›  Fix "indent" typo in print_table
    • ๐Ÿ›  Fix Errno::EPIPE when piping tasks to head
    • More friendly error messages