Skip to content

2.56.0

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 24 Jan 08:34
· 1141 commits to master since this release
626ec8c

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 compare null to date/Carbon instances and do null-check before comparison.

New Contributors 🎉