bump to 1.8.2
[trollop:mainline.git] / History.txt
1 == 1.8.2 / 2008-06-25
2 * Bugfix for #conflicts and #depends error messages
3
4 == 1.8.1 / 2008-06-24
5 * Bugfix for short option autocreation
6 * More aggressive documentation
7
8 == 1.8 / 2008-06-16
9 * Sub-command support via Parser#stop_on
10
11 == 1.7.2 / 2008-01-16
12 * Ruby 1.9-ify. Apparently this means replacing :'s with ;'s.
13
14 == 1.7.1 / 2008-01-07
15 * Documentation improvements
16
17 == 1.7 / 2007-06-17
18 * Fix incorrect error message for multiple missing required arguments
19   (thanks to Neill Zero)
20
21 == 1.6 / 2007-04-01
22 * Don't attempt curses screen-width magic unless running on a terminal.
23
24 == 1.5 / 2007-03-31
25 * --help and --version do the right thing even if the rest of the
26   command line is incorrect.
27 * Added #conflicts and #depends to model dependencies and exclusivity
28   between arguments.
29 * Minor bugfixes.
30
31 == 1.4 / 2007-03-26
32 * Disable short options with :short => :none.
33 * Minor bugfixes and error message improvements.
34
35 == 1.3 / 2007-01-31
36 * Wrap at (screen width - 1) instead of screen width.
37 * User can override --help and --version.
38 * Bugfix in handling of -v and -h.
39 * More tests to confirm the above.
40
41 == 1.2 / 2007-01-31
42 * Minor documentation tweaks.
43 * Removed hoe dependency.
44
45 == 1.1 / 2007-01-30
46 * Trollop::options now passes any arguments as block arguments. Since
47   instance variables are not properly captured by the block, this
48   makes it slightly less noisy to pass them in as local variables.
49   (A real-life use for _why's cloaker!)
50 * Help display now preserves original argument order.
51 * Trollop::die now also has a single string form in case death is not
52   due to a single argument.
53 * Parser#text now an alias for Parser#banner, and can be called
54   multiple times, with the output being placed in the right position
55   in the help text.
56 * Slightly more indicative formatting for parameterized arguments.
57
58 == 1.0 / 2007-01-29
59 * Initial release.