Closed WinterSilence closed 3 years ago
Q | A |
---|---|
Is bugfix? | yes |
New feature? | no |
Breaks BC? | yes/no |
Tests pass? | yes |
Fixed issues |
There are serious BC breaks in class signature and constructor, we cannot make changes like that.
@bizley list of BC please
Removing interfaces, removing default $data
value from constructor.
@bizley
Removing interfaces
my fail - fixed
removing default $data
it's not BC and default value in this case is unusable
it's not BC and default value in this case is unusable
It is, previously you could instantiate new object without providing $data
, now you have to. This is BC break, I don't comment on the usefulness of not providing the $data
though.
@bizley it's "draft" package, what are we even talking about?
True ;)
👍