8
0
Files
perl-Object-Pad/perl-Object-Pad.changes

104 lines
4.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Jul 7 03:07:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.66
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.66 2022-07-07
[CHANGES]
* Improved performance on perl 5.22 onwards, by merging the operation
of the individual pp_fieldpad ops into the main pp_methstart op
* Prepare compatibility with core's `use feature 'class'`:
+ Support `field` keyword as a synonym of `has`, though without
immediate EXPR version
+ Merge meaning of `ADJUST` and `ADJUSTPARAMS`; give all such blocks
a params hashref. `ADJUSTPARAMS` is now just a synonym
* Print "discouraged" warnings on `requires` keyword
* Print deprecation warnings on `isa` and `does` subkeywords
* Added list-returning ->get_attribute_values() accessor to
Object::Pad::MOP::Field
* Deleted legacy XS symbols relating to "slot" from before it was
renamed to "field"
-------------------------------------------------------------------
Wed May 11 03:07:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.65
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.65 2022-05-10
[CHANGES]
* Document the required version for :experimental tags
* Mention the new Devel::MAT::Tool::Object::Pad in docs
[BUGFIXES]
* Update cv_copy_flags() for SvPADTMP fix; related to RT142468
-------------------------------------------------------------------
Wed Apr 6 03:12:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.64
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.64 2022-04-02
[CHANGES]
* Improvements to `:experimental` import tag (RT141801):
+ Support multiple experiments at once
+ Make sure to still enable the default keywords
* Much better integration with `Devel::MAT::Dumper`:
+ Export complete C-level structures and magic VTBL root
* Adjusted wording of "MOP API is experimental" so it doesn't refer
to a package that doesn't actually exist (RT141801)
-------------------------------------------------------------------
Tue Mar 8 03:13:32 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.63
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.63 2022-03-07
[CHANGES]
* Deleted long-deprecated Object::Pad->begin_class
* No longer declare the entire module as "experimental"
* Add experimental warnings to still-experimental features; recognise
`:experimental` import tags to silence them
[BUGFIXES]
* Ensure that generated accessors work correctly regardless of the
prevailing package when they were generated (RT141599)
* Ensure that classes and accessors can be generated entirely outside
of a BEGIN block (RT141677)
0.62 2022-03-01
[CHANGES]
* Add "common" methods:
+ Implement `:common` attribute for methods
+ Take 'common' argument to `$metaclass->add_method`
+ Added `$metamethod->is_common` accessor
* Don't require a terminating semicolon after `has $field { EXPR }`
[BUGFIXES]
* Better handling of role method embeddings that include lexical
captures (RT141483)
-------------------------------------------------------------------
Thu Feb 17 03:06:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.61
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.61 2022-02-16
[CHANGES]
* Added Object::Pad::MOP::Class->create_{class,role}
* Added $metaclass->seal (RT131294)
* Added $metaclass->add_required_method and ->required_method_names
(RT141314)
* Accept bodyless `method NAME;` declarations to declare a required
role method
[BUGFIXES]
* Assert when compclassmeta->name doesn't match PL_curstname (RT131293)
-------------------------------------------------------------------
Sat Feb 5 17:23:13 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
- Initial package: perl-Object-Pad-0.60.