-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Vlasta Neubauer edited this page May 2, 2020
·
17 revisions
BC Breaks in coming v0.2:
- Minimal version of PHP moved from 7.1 to 7.2
-
TimeIntervalandDayOfYearIntervalno longer implementIntervalinterface; introducedModuloIntervalinterface instead -
TimeIntervalandDateTimeIntervalno longer implementOpenClosedInterval -
EnumsandSetsare no longer singleton values (no longer comparable with===); always use->equals() -
HttpResponseStatusnow does not include Curl error codes; addedHttpOrCurlStatusinstead -
System\Environmentreplaced bySystem\Os - All constructors called as
new static()are now final - Removed
doForEach()fromArrandImmutableArray; useCall::with()andCall::withArgs()instead - Removed
Language\Inflector; Methodunderscore()moved toStr - Removed experimental
Database\SimplePdoand all database things; will be moved to separate repo under https://github.com/SQLFTW - Removed
Collection - Removed
Email\* - Removed
NonIterableinterface; use PHPStan checks instead - (???) Removed experimental
Application/*; will be moved to separate repo