Revision history for Perl extension Sub-Meta
0.07 2021-03-08T00:50:45Z
[IMPROVEMENTS]
- feat: Sub::Meta::Library #16
0.06 2021-03-06T02:14:13Z
[BUG FIXES]
- is_same_interface supports is_method option #14
[IMPROVEMENTS]
- add `is_same_interface_inlined` method #15
0.05 2021-03-03T14:59:40Z
[IMPROVEMENTS]
- use github actions #7
- customize sub meta class #12
[INCOMPATIBLE CHANGES]
- Improved Sub::Meta#new, S:M:Parameters#new, S:M:Param#new #8, #13
- Improved is_same_interface can take undef or obj #10
- Improved slurpy take Sub::Meta::Param #11
0.04 2019-07-08T15:13:22Z
- add `is_same_interface` method #4
- allow `required`, `positional` args #5
- fixed bug: set_sub.
0.03 2019-07-05T06:59:02Z
- improve coverage
0.02 2019-07-04T14:14:17Z
- Fixed test #1 (Thanks @eserte)
- Sync subinfo #2
0.01 2019-06-27T10:59:04Z
- original version