forked from maros/MooseX-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
50 lines (41 loc) · 1.38 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Changes for MooseX-App
1.08 Sat, Nov 17, 2012
- Refactor object initialization
- Fix missing bash-completion prefix (Steve Nolte)
- Require latest MooseX::Getopt (Steve Nolte)
- Fix Plugin::Version docs RT81186 (Michael G)
- Update documentation
1.07 Wed, Aug 22, 2012
- Fix failing load tests
1.06 Mon, Aug 20, 2012
- Single command interface (MooseX::App::Simple)
- Fuzzy command matching plugin
- Only lowercase command names
- Environment plugin
- Version plugin
- Various cleanups
1.05 Mon, Jun 4, 2012
- Fix broken load tests
- Join M::A::Meta::Attribute::Base and M::A::Meta::Attribute::Option
1.04 Sat, Jun 2, 2012
- Fix bugs in BashCompletion plugin
- Remove code duplication
- Fix --help flag in command classes
- Fix pod to text conversion
1.03 Sat, Jun 2, 2012
- Do not expose all attributes as options but only those defined via
'option' keyword
- More tests
- Internal changes (move methods to meta class, calculate loadable commands
only once, ...)
- Fix various bugs
1.02 Sun, Apr 15, 2012
- Fix command usage generation bug
- Automatically apply MooseX-Getopt attribute traits
- Rename command_tag to cmd_tag attribute
1.01 Thu, Apr 12, 2012
- Fix text failures
- Fix Pod
- Add missing tutorials to manifest
1.00 Sat, Apr 7, 2012
- Initial version