Releases: briannesbitt/Carbon
Releases · briannesbitt/Carbon
2.72.4
Complete commits list: 2.72.3...2.72.4
Summary:
- Fix New Zealand daylight saving time format to pass
hasFormat
@Luoti #3030 - Fix
is
method bug giving wrong result when checking 30-days month name on a 31st date @kylekatarnls #3033
New Contributors
3.4.0
Complete commits list: 3.3.1...3.4.0
Summary:
- Unserialize
CarbonInterval
from v2 @kylekatarnls #3016 - Remove overridden
EXCLUDE_START_DATE
constant @iluuu1994 #3022
New Contributors
- @iluuu1994 made their first contribution in #3022
3.3.1
3.3.0
Complete commits list: 3.2.4...3.3.0
Summary:
- Create a dedicated method for each step of the magic
__call
process #2992 - Update Bosnian translations #2994
- Handle
null
incanBeCreatedFromFormat
#2997 - Allow carbon instance to be rounded by a
CarbonInterval
, which is not in default language @kohlerdominik #2999 - Update Slovak translations @pkundis #2995
- Add
locale
andtranslator
options toforHumans
anddiffForHumans
#3001
New Contributors
- @kohlerdominik made their first contribution in #2999
- @pkundis made their first contribution in #2995
3.2.4
3.2.3
Complete commits list: 3.2.2...3.2.3
Summary:
- Update Docs for
diffIn
methods that return float @Nathanjms #2988 - Fix deprecation notice for diffInReal* (prefer diffInUTC*, or for any unit smaller than day, simply diffIn*)
3.2.2
Complete commits list: 3.2.1...3.2.2
Summary:
- Fallback to default parameters if period construction fails #2987
3.2.1
Complete commits list: 3.2.0...3.2.1
Summary:
- Make start and end period properties correct at creation #2984
3.2.0
Complete commits list: 3.1.1...3.2.0
Summary:
- Fix PHP 8.4 implicit nullability deprecation @Ayesh #2969
- Use current timezone if identical to compared value for diff #2972
- Correction of Months' Names In CKB language #2973
- Stop using start/end on interval if they are changed after creation #2981
- Deprecate Real diff in favor of UTC diff #2975
- Allow integer in createFromFormat() #2983
New Contributors
3.1.1
Complete commits list: 3.1.0...3.1.1
Summary:
- Fixed Persian translation for before and after #2963
- Cleaned up region list and add warranty notice on methods relying on it #2964
- Fixed incomplete type for create method PHPDoc #2962
New Contributors
- @shane-zeng made their first contribution in #2962