Skip to content

Releases: TidierOrg/TidierDates.jl

v0.2.6

15 Sep 18:20
40327c3
Compare
Choose a tag to compare

TidierDates v0.2.6

Diff since v0.2.5

  • 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 returns missing 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

22 Aug 15:46
29369f1
Compare
Choose a tag to compare

TidierDates v0.2.5

Diff since v0.2.4

  • Bump Julia Compat to 1.9

v0.2.4

21 Aug 16:05
5e45193
Compare
Choose a tag to compare

TidierDates v0.2.4

Diff since v0.2.3

  • 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:

  • improves parsing/efficiency, bugfix with PM/pm in date_hms options (#14) (@drizk1)

Closed issues:

  • Add the following (#13)

v0.2.3

26 Jul 22:39
7c50a0a
Compare
Choose a tag to compare

TidierDates v0.2.3

Diff since v0.2.2

  • floor_date now supports week. Week starts on Sunday.

Merged pull requests:

Closed issues:

  • Feature Request: Support for "week" in floor_date function (#11)

v0.2.2

11 Jun 12:38
2f6cdfb
Compare
Choose a tag to compare

TidierDates v0.2.2

Diff since v0.2.1

Adds support for

  • now(), today()
  • am(), pm()
  • leap_year()
  • days_in_month()

Merged pull requests:

  • new functions now(), today(), am(), pm(), leap_year(), days_in_months() (#10) (@cecoeco)

v0.2.1

09 Apr 13:37
ab43527
Compare
Choose a tag to compare

TidierDates v0.2.1

Diff since v0.2.0

v0.2.0

25 Oct 15:58
7d70fd6
Compare
Choose a tag to compare

TidierDates v0.2.0

Merged pull requests:

Closed issues:

  • TagBot trigger issue (#2)