Releases: TidierOrg/TidierDates.jl
Releases · TidierOrg/TidierDates.jl
v0.3.0
TidierDates v0.3.0
Breaking Changes
- Bumps julia LTS to 1.10
Merged pull requests:
- feat: floor_date and round_date now supports
quarter
as a unit (#19) (@DoktorMike) - bump lts (#20) (@drizk1)
v0.2.6
TidierDates v0.2.6
- adds support for Spanish, Portuguese, French months and month abbreviations
- adds
hm()
- Bugfix:
floor_date
will not floor a date that is already a Sunday - Bugfix:
ymd_hm
,dmy_hm
,mdy_hm
if minute = 60 returnsmissing
with a warning instead of erroring, if hour = 24, + 1 Day to the date and drop the hour to 00.
Merged pull requests:
Closed issues:
- Add hm() (#15)
v0.2.5
v0.2.4
TidierDates v0.2.4
- improves parsing for
*_hms
functions for (mdy
,dmy,
ymd
) *_hms
functions can take note of PM in string- adds
*_hm
and*_h
functions for (mdy
,dmy,
ymd
)
Merged pull requests:
Closed issues:
- Add the following (#13)
v0.2.3
TidierDates v0.2.3
floor_date
now supportsweek
. Week starts on Sunday.
Merged pull requests:
- #11: add "week" as a unit for
floor_date
(#12) (@mistermichaelll)
Closed issues:
- Feature Request: Support for "week" in
floor_date
function (#11)
v0.2.2
TidierDates v0.2.2
Adds support for
now()
,today()
am()
,pm()
leap_year()
days_in_month()
Merged pull requests: