Skip to content

Releases: CarbonPHP/carbon

3.13.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 18 Jun 13:58
40f6618

What's Changed

  • Add year interval/period with overflow modes by @kylekatarnls in #127
  • Allow to load custom locales even when mute-operator is bypassed by @kylekatarnls in #128
  • Implement overflow and anchorDay parameters for month(), setMonth(), year() and setYear() by @kylekatarnls in #129

Full Changelog: 3.12.3...3.13.0

3.12.3

Choose a tag to compare

@kylekatarnls kylekatarnls released this 14 Jun 20:45
6e7853a

What's Changed

  • Improve plus() and minus() method by @kylekatarnls in #126
    • Add $anchorDay parameter and OverflowMode for $overflow parameter
    • Add float support for $weeks, $days, $hours, $minutes, $seconds and $microseconds
    • Use __call so sub-classes are allowed to override those methods with divergent signatures

Full Changelog: 3.12.2...3.12.3

3.12.2

Choose a tag to compare

@kylekatarnls kylekatarnls released this 14 Jun 17:02
5a09cc3

What's Changed

Full Changelog: 3.12.1...3.12.2

3.12.1

Choose a tag to compare

@kylekatarnls kylekatarnls released this 14 Jun 16:36
0bfd6ef

What's Changed

Full Changelog: 3.12.0...3.12.1

3.12.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 14 Jun 14:40
25963f9

What's Changed

New Contributors

Full Changelog: briannesbitt/Carbon@3.11.4...3.12.0

3.11.4

Choose a tag to compare

@kylekatarnls kylekatarnls released this 07 Apr 10:30
e890471

What's Changed

Full Changelog: 3.11.3...3.11.4

3.11.3

Choose a tag to compare

@kylekatarnls kylekatarnls released this 11 Mar 17:24
6a7e652

What's Changed

Full Changelog: 3.11.2...3.11.3

3.11.2

Choose a tag to compare

@kylekatarnls kylekatarnls released this 11 Mar 13:41
57d696f

What's Changed

Full Changelog: 3.11.1...3.11.2

3.11.1

Choose a tag to compare

@kylekatarnls kylekatarnls released this 29 Jan 12:30
f438fcc

What's Changed

New Contributors

Full Changelog: 3.11.0...3.11.1

3.11.0

Choose a tag to compare

@kylekatarnls kylekatarnls released this 02 Dec 21:15
bdb3754

Complete commits list: 3.10.3...3.11.0

Summary:

New Contributors