automatic update OBS-URL: https://build.opensuse.org/request/show/448957 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Simple?expand=0&rev=9
144 lines
4.8 KiB
Plaintext
144 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 6 06:53:32 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 3.19
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.19 (2017-01-04)
|
|
- add SUPPORT by irc
|
|
the official IRC channel #object-simple on irc.perl.org
|
|
- remove DEPRECATED class_attr and dual_attr method
|
|
These methods was planed to removed at 2017-01-01.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 13 05:47:28 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 3.1801
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.1801 (2016-09-12)
|
|
- fix and improve document.
|
|
3.18 (2016-09-10)
|
|
- support Mojo::Base compatible inheritance syntax.
|
|
use Object::Simple 'Point';
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 10 05:52:06 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 3.1703
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.1703 (2016-09-09)
|
|
- add FAQ "Really enough object-oriented programing with this few features?"
|
|
- add FAQ "What is benefits comparing with Mojo::Base?"
|
|
- add FAQ "Why Object::Simple is defferent from Mojo::Base in some points?"
|
|
- add Class::Tiny to SEE ALSO
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 3 05:47:03 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 3.1702
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.1702 (2016-09-02)
|
|
- improve documents
|
|
3.1701 (2016-09-02)
|
|
- improve documents
|
|
- add FAQ
|
|
3.17 (2016-09-01)
|
|
- add Object::Simple used projects
|
|
- add "SEE ALSO" section
|
|
- add benefits of Object::Simple
|
|
- rename GUIDE to TUTORIAL
|
|
- add benefits of Object::Simple in list style
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 23 12:23:50 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 3.16
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.16 (2016-05-14)
|
|
- function exporintg of new, attr is DEPRECATED!
|
|
- The syntax of multiple key-value arguments is DEPRECATED!
|
|
has x => 1, y => 2;
|
|
__PACAKGE__->attr(x => 1, y => 2);
|
|
3.16
|
|
- fix licence(This is same as Mojolicious)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 10:09:03 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 3.15
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 19:11:14 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 3.14
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.14
|
|
- remove experimental with and role support
|
|
this is buggy.
|
|
- remove 5.10 feature on document. This hadn't work from now.
|
|
3.13
|
|
- fix super class namespace bug
|
|
3.12
|
|
- fix some role bug
|
|
3.11
|
|
- add with option and role support(EXPERIMENTAL)
|
|
3.10
|
|
- suppress warnings "Ambiguous use of *{-} resolved to -". after Perl 5.16
|
|
3.09
|
|
- use closure to suppress Perl 5.8 warnings
|
|
3.08
|
|
- improved document
|
|
3.07
|
|
- Carp module don't import any functions
|
|
3.0625
|
|
- fixed a little bug
|
|
3.0624
|
|
- changed BACKWARDS COMPATIBILITY POLICY
|
|
If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
|
|
except for attribute method.
|
|
You can check all DEPRECATED functionalities by document.
|
|
DEPRECATED functionality is removed after five years,
|
|
but if at least one person use the functionality and tell me that thing
|
|
I extend one year each time he tell me it.
|
|
EXPERIMENTAL functionality will be changed without warnings.
|
|
- accessor and new method need more performance than userbility,
|
|
so argument check logic is removed, sorry
|
|
3.0622
|
|
removed -base flag EXPERIMENTAL status
|
|
added -base flag inherit feature.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 19:11:13 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 3.0625
|
|
see /usr/share/doc/packages/perl-Object-Simple/Changes
|
|
|
|
3.0625
|
|
- fixed a little bug
|
|
3.0624
|
|
- changed BACKWARDS COMPATIBILITY POLICY
|
|
If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
|
|
except for attribute method.
|
|
You can check all DEPRECATED functionalities by document.
|
|
DEPRECATED functionality is removed after five years,
|
|
but if at least one person use the functionality and tell me that thing
|
|
I extend one year each time he tell me it.
|
|
EXPERIMENTAL functionality will be changed without warnings.
|
|
- accessor and new method need more performance than userbility,
|
|
so argument check logic is removed, sorry
|
|
3.0622
|
|
removed -base flag EXPERIMENTAL status
|
|
added -base flag inherit feature.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 21:00:56 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (3.0621)
|
|
|