Complete commits list: 2.55.2...2.56.0
Summary:
- Added #2528 CarbonPeriod Handle infinite recurrences when parsing period string by @dbohn
- Added #2537 Allow precision 0 in Carbon DBAL types by @kdaniel95
- Added #2507 Support for PHPStan 1.*
- Fixed #2520 Replace Polish ending in grouped units
- Fixed #2529 Allow strings in comparison methods
⚠️ Breaking change:null
now fallback to"now"
, as it's still ambigus, we highly encourage you not to comparenull
to date/Carbon instances and do null-check before comparison.
New Contributors 🎉
- @dbohn made their first contribution in #2528
- @kdaniel95 made their first contribution in #2537