Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.2 KB

File metadata and controls

48 lines (29 loc) · 1.2 KB

Changelog

v1.7.0 - 2026-01-19

  • The duration module gains the to_milliseconds function.

v1.6.0 - 2025-11-18

  • Fixed a bug where the duration.to_iso8601_string returned an invalid value for a duration of 0 seconds.
  • The timestamp module gains the unix_epoch constant.

v1.5.0 - 2025-11-01

  • The calendar module gains the naive_date_compare function.

v1.4.0 - 2025-07-15

  • RFC3339 timestamps with a space between the date and the time can now be parsed.

v1.3.0 - 2025-07-10

  • The calendar module gains the is_leap_year, is_valid_time_of_day and is_valid_date functions.

v1.2.0 - 2025-04-20

  • Fixed a bug where the milliseconds function could return an incorrect value for negative numbers.
  • The duration module gains the Unit type and the approximate, minutes and hours functions.
  • The calendar module gains the month_to_int and month_from_int functions.

v1.1.0 - 2025-03-29

  • The calendar module gains the month_to_string function.

v1.0.0 - 2025-03-05

v1.0.0-rc2 - 2025-02-05

  • Fixed 2 bugs with time-zone offset handling.

v1.0.0-rc1 - 2025-02-03

  • Initial release, with the timestamp, calendar, and duration modules.