Skip to content

Releases: briannesbitt/Carbon

2.67.0

25 May 22:20
c1001b3
Compare
Choose a tag to compare

Complete commits list: 2.66.0...2.67.0

Summary:

New Contributors

2.66.0

29 Jan 21:49
4967128
Compare
Choose a tag to compare

Complete commits list: 2.65.0...2.66.0

Summary:

New Contributors

2.65.0

06 Jan 16:04
09acf64
Compare
Choose a tag to compare

Complete commits list: 2.64.1...2.65.0

Summary:

New Contributors

2.64.1

01 Jan 23:21
f2e5996
Compare
Choose a tag to compare

Complete commits list: 2.64.0...2.64.1

Summary:

What's Changed

  • Fixed #2744 passing $skipparameter as string in diffForHumans()

2.64.0

26 Nov 17:38
8895464
Compare
Choose a tag to compare

Complete commits list: 2.63.0...2.64.0

Summary:

⚠️ Breaking change

  • To support named parameters in magic calls which is now a standard feature of PHP 8, we had to change the output of passing explicitly null in add/sub methods (addMonths, subDays, addSeconds, etc.) For instance addMonths(null) now adds 0 months while it previously added 1 month. addMonths() still add 1 month. Note that both usages are strongly discouraged, it's highly recommended to always pass a numeric value to those methods explicitly to have unambiguous expectations.

New Contributors

2.63.0

31 Oct 07:11
ad35dd7
Compare
Choose a tag to compare

Complete commits list: 2.62.1...2.63.0

Summary:

  • Added #2682 Added case 'yr', 'yrs' and 'mos' alias in CarbonInterval string parser — @OmnibladeZ
  • Added #2693 Translate ordinal word when parsing
  • Improved #2677 Print original params in Carbon\Traits\Units::addUnit error message — @costasovo
  • Fixed #2689 Update SL language ("2 years ago" translation) — @Mihc3
  • Fixed #2683 Allow lowercase macro-format per-language customization
  • Fixed #2665 Prevent floor overflow
  • Fixed #2667 Prevent ceil precision loss
  • Fixed #2669 Harmonize toStringFormat config
  • Fixed #2670 Distinguish months and months_standalone in Latvian
  • Fixed #2681 Fix float unit tests
  • Fixed #2687 Fix weekday setter
  • Fixed #2688 Fix PHPStan macro arguments check
  • Fixed #2684 Update Laravel compatibility GH workflow

New Contributors

2.62.1

02 Sep 07:49
01bc4cd
Compare
Choose a tag to compare

Complete commits list: 2.62.0...2.62.1

Summary:

What's Changed

2.62.0

28 Aug 20:17
7507aec
Compare
Choose a tag to compare

Complete commits list: 2.61.0...2.62.0

Summary:

New Contributors

2.61.0

06 Aug 13:10
bdf4f4f
Compare
Choose a tag to compare

Complete commits list: 2.60.0...2.61.0

Summary:

New Contributors

2.60.0

27 Jul 17:18
00a259a
Compare
Choose a tag to compare

Complete commits list: 2.59.1...2.60.0

Summary:

  • Updated #2647 Sorani language (ckb locale) — @swarakaka
  • Updated #2646 Align Kurmanji language with CLDR data (ku locale) — Unicode
  • Fixed #2640 Fixes updating locale when app instance changes in Octane — @nunomaduro
  • Fixed #2645 Make Laravel ServiceProvider more resilient — @kylekatarnls
  • Removed #2641 false positives fixed by PHPStan — @kylekatarnls

New Contributors