| 1 | Revision history for Perl extension Class::Component |
|---|
| 2 | |
|---|
| 3 | 0.10 2007-12-25T11:41:32+09:00 |
|---|
| 4 | - removed to duplicate config hash keys |
|---|
| 5 | |
|---|
| 6 | 0.09 2007-12-18T21:07:56+09:00 |
|---|
| 7 | - do not 101_plaggerize_simple.t test if YAML is not installed. |
|---|
| 8 | |
|---|
| 9 | 0.08 2007-12-09T14:23:01+09:00 |
|---|
| 10 | - fixed to do not work test 101_plaggerize_simple.t by Perl 5.6 |
|---|
| 11 | - fixed to Carp is not loaded in Plaggerize |
|---|
| 12 | |
|---|
| 13 | 0.07 2007-12-06T17:03:46+09:00 |
|---|
| 14 | - add Class::Component::Component::Plaggerize |
|---|
| 15 | - add class_component_clear_isa_list method |
|---|
| 16 | - plugin config support for load_config method |
|---|
| 17 | - put context data to Class::Component::Plugin::init |
|---|
| 18 | |
|---|
| 19 | 0.06 2007-09-05T21:36:57+09:00 |
|---|
| 20 | - Attribute was able to be enhanced in the name space of the user class. |
|---|
| 21 | |
|---|
| 22 | 0.05 2007-06-11T22:16:42+09:00 |
|---|
| 23 | - fixed to bug where AUTOLOAD doesn't move normally when object is overload |
|---|
| 24 | |
|---|
| 25 | 0.04 2007-06-08T19:29:44+09:00 |
|---|
| 26 | - add components DisableDynamicPlugin, Autocall::InjectMethod |
|---|
| 27 | - change component name, Autocall -> Autocall::Autoload, SingletonMethod -> Autocall::SingletonMethod |
|---|
| 28 | - change interface name load_component_resolver -> class_component_load_component_resolver |
|---|
| 29 | - change interface name load_plugin_resolver -> class_component_load_plugin_resolver |
|---|
| 30 | - change resolve package rule to locad_components and load_plugins |
|---|
| 31 | - add config loader in import method |
|---|
| 32 | |
|---|
| 33 | - Class::Component caching isa lists |
|---|
| 34 | - Class::Component::Plugin caching attr methods |
|---|
| 35 | |
|---|
| 36 | 0.03 2007-05-10T15:14:42+09:00 |
|---|
| 37 | - change reference args to array args to call methods |
|---|
| 38 | > $obj->call('plugin method name' => $args) to $obj->call('plugin method name' => @args) |
|---|
| 39 | |
|---|
| 40 | 0.02 2007-05-10T06:01:53+09:00 |
|---|
| 41 | - fixed to dupe pod namespace Class::Component |
|---|
| 42 | - using Scalar::Util::refaddr to get reference address by Component::SingletonMethod |
|---|
| 43 | |
|---|
| 44 | 0.01 2007-05-08T20:16:32+09:00 |
|---|
| 45 | - original version |
|---|