di icon indicating copy to clipboard operation
di copied to clipboard

Improve containers types to use iterable objects

Open xepozz opened this issue 3 years ago • 3 comments

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
Fixed issues

Added ability to use iterable parameters. For example, now you cannot use Generator as tags values.

xepozz avatar Apr 19 '22 19:04 xepozz

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8e264ff) 100.00% compared to head (0e4059d) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #299   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       158       160    +2     
===========================================
  Files             11        11           
  Lines            460       467    +7     
===========================================
+ Hits             460       467    +7     
Impacted Files Coverage Δ
src/Container.php 100.00% <100.00%> (ø)
src/ContainerConfig.php 100.00% <100.00%> (ø)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Dec 02 '22 21:12 codecov[bot]

@xepozz need a line for CHANGELOG. Also, it looks like BC-breaking change.

samdark avatar Dec 05 '22 08:12 samdark

@xepozz need a line for CHANGELOG. Also, it looks like BC-breaking change.

Done. I can keep it for 2.0

xepozz avatar Jul 01 '23 17:07 xepozz