8
0
Files
perl-Sub-HandlesVia/perl-Sub-HandlesVia.changes

86 lines
2.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Aug 27 03:07:16 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.036
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
0.036 2022-08-26
[ Bug Fixes ]
- Fix integration issues with newer versions of Mite.
[ Documentation ]
- Examples for a few methods.
- More tests for a few methods.
[ Other ]
- Added: Add a delete_where method for hashes.
- Added: Add execute_list, execute_scalar, execute_void, and corresponding
_method variants for coderefs.
- Added: The flatten_deep, natatime, and first_index methods for arrayrefs
no longer use callbacks.
-------------------------------------------------------------------
Sat Aug 13 03:12:43 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.035
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
0.035 2022-08-12
- Sub::HandlesVia::CodeGenerator method_installer is now a rw attribute as
Sub::Accessor::Small was relying on that.
0.034 2022-08-07
- Sub::HandlesVia::CodeGenerator now handles generating code for type
assertions and coercions instead of relying on handlers to do it.
- Sub::HandlesVia::CodeGenerator now has a configurable sandbox package.
- Updated: Sub::HandlesVia::Toolkit::Mite supports recent Mite features
such as lvalue accessors and new ways of specifying defaults.
0.033 2022-07-12
- Optimizations to Sub::HandlesVia::CodeGenerator.
- Updated: Recompile with newer Mite.
-------------------------------------------------------------------
Wed Jul 13 03:08:54 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.032
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
0.032 2022-07-12
[ Packaging ]
- Require newer version of Role::Hooks.
0.031 2022-07-09
[ Packaging ]
- Add dependencies on MRO::Compat and Devel::GlobalDestruction, but only
on very old Perls.
0.030 2022-07-09
[ Packaging ]
- Drop dependency on Scope::Guard.
0.029 2022-07-09
[ Packaging ]
- Use Mite internally, dropping the dependency on Class::Tiny.
0.028 2022-07-02
[ Test Suite ]
- Lots more tests for using Sub::HandlesVia with Mite.
[ Other ]
- Updated: Support for Mite roles.
-------------------------------------------------------------------
Thu Jun 30 03:06:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.027
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
0.027 2022-06-30
[ Test Suite ]
- Skip Mite test on Perl < 5.10.1
0.026 2022-06-30
- Added: Support classes built with Mite.
-------------------------------------------------------------------
Fri Jun 17 03:08:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.025
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
-------------------------------------------------------------------
Fri Oct 16 15:29:45 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- Created