| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Carbon-3.10.0.zip | 2025-06-12 | 954.8 kB | |
| 3.10.0 source code.tar.gz | 2025-06-12 | 373.2 kB | |
| 3.10.0 source code.zip | 2025-06-12 | 818.5 kB | |
| README.md | 2025-06-12 | 1.5 kB | |
| Totals: 4 Items | 2.1 MB | 0 | |
Complete commits list: https://github.com/CarbonPHP/carbon/compare/3.9.1...3.10.0
Summary:
* Allow passing $options to fromSerialized() by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/33
* Limit the number of recurrences by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/34
* Make CarbonPeriod serialization compatible with v2 by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/37
* fix: add dynamic return type for tz() by @nesl247 in https://github.com/CarbonPHP/carbon/pull/42
* Simplify period unserialization process by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/44
* Use serialization to set days property on intervals by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/43
* Fix undefined constant self::DEFAULT_LOCALE error by @aavtukhovich in https://github.com/CarbonPHP/carbon/pull/45
* Update Divehi months by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/46
* Prioritize timezones matching ->format('T') for getAbbreviatedName() by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/47
* Update month abbreviation for Latin Serbian by @kylekatarnls in https://github.com/CarbonPHP/carbon/pull/49
* Fix plural for Urdu, Sindhi and Arab Panjabi by @kylekatarnls in https://github.com/briannesbitt/Carbon/pull/3201
New Contributors
- @nesl247 made their first contribution in https://github.com/CarbonPHP/carbon/pull/42
- @aavtukhovich made their first contribution in https://github.com/CarbonPHP/carbon/pull/45