2 * Ruby 1.9-ify. Apparently this means replacing :'s with ;'s.
5 * Documentation improvements
8 * Fix incorrect error message for multiple missing required arguments
12 * Don't attempt curses screen-width magic unless running on a terminal.
15 * --help and --version do the right thing even if the rest of the
16 command line is incorrect.
17 * Added #conflicts and #depends to model dependencies and exclusivity
22 * Disable short options with :short => :none.
23 * Minor bugfixes and error message improvements.
26 * Wrap at (screen width - 1) instead of screen width.
27 * User can override --help and --version.
28 * Bugfix in handling of -v and -h.
29 * More tests to confirm the above.
32 * Minor documentation tweaks.
33 * Removed hoe dependency.
36 * Trollop::options now passes any arguments as block arguments. Since
37 instance variables are not properly captured by the block, this
38 makes it slightly less noisy to pass them in as local variables.
39 (A real-life use for _why's cloaker!)
40 * Help display now preserves original argument order.
41 * Trollop::die now also has a single string form in case death is not
42 due to a single argument.
43 * Parser#text now an alias for Parser#banner, and can be called
44 multiple times, with the output being placed in the right position
46 * Slightly more indicative formatting for parameterized arguments.