0.08 version/changes
[gitmo/MooseX-Getopt.git] / ChangeLog
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
2
384fb15d 30.08 Tues. Dec. 8, 2007
ee69c4ba 4 * MooseX::Getopt
5 - Added support for configfile loading via
6 MooseX::ConfigFromFile-based roles with
7 the -configfile commandline option.
8
29e4cc39 90.07 Tues. Dec. 4, 2007
6ac028c4 10 * MooseX::Getopt::Meta::Attribute::NoGetopt
11 - fixed miscapitalization of NoGetopt in the docs
12
f969917f 130.06 Fri. Nov. 23, 2007
26be7f7e 14 * MooseX::Getopt
15 - refactored &new_with_option some so that
16 this will work better with other Getopt
17 modules (nuffin)
0f8232b6 18
19 + MooseX::Getopt::Strict
20 - version of MooseX::Getopt which requires
21 you to specify which attributes you want
22 processed explicity
23 - added tests for this
24
25 + MooseX::Getopt::Meta::Attribute::NoGetopt
26 - a custom meta-attribute which can be
27 used to specify that an attribute should
28 not be processed
29 - added tests for this
26be7f7e 30
db536e20 310.05 Tues. July 3, 2007
2482085f 32 * MooseX::Getopt::OptionTypeMap
33 - added some checks to make sure that the type
db536e20 34 constraints are found properly and to give
35 better diagnostics
2482085f 36
1566a17b 370.04 Tues. June 26, 2007
f63e6310 38 * MooseX::Getopt::OptionTypeMap
39 - Added support for subtype constraint inference
1566a17b 40 from parent types
f63e6310 41 - added tests and docs for this
42 * MooseX::Getopt
43 - Added extra_argv attribute
44 - added tests and docs for this
f7695a83 45 - We now unmangle the Getopt::Long-mangled @ARGV
f63e6310 46 - added tests and docs for this
47 - We now throw an exception from new_with_options
48 if Getopt fails due to bad arguments.
49 - added tests and docs for this
50
3d9a716d 510.03 Wed. May 2nd, 2007
52 ~ downgraded the Getopt version requirement
e2911e34 53 to 2.35 as per RT #26844
3d9a716d 54 ~ adding blblack to the authors list
e2911e34 55
3d9a716d 56 * MooseX::Getopt
57 - doc update to show simple way to of excluding
58 an attribute, but not having accessors with
59 underscores (thanks to Zaba on #moose for this)
60 * MooseX::Getopt::Meta::Attribute
61 - tightening up the type constraint in the
62 cmd_alias coercion to only accept strings
e2911e34 63
1c3e6142 640.02 Friday, April 6, 2007
1a8b4ed1 65 * MooseX::Getopt
66 - added the ARGV attribute (thanks to blblack)
67 - added tests and docs for this
68
69 * MooseX::Getopt::Meta::Attribute
70 - added the cmd_aliases attribute (thanks to blblack)
71 - added tests and docs for this
72 - added support for Moose 0.19's custom
73 attribute metaclass alias registry.
74 - added tests and docs for this
75
d8a58354 760.01 Friday, March 9, 2007
f63e6310 77 - module released to CPAN