Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 483 Bytes

0.25.18.md

File metadata and controls

5 lines (3 loc) · 483 Bytes

Updates:

  • 307 implements date conversion when casting values with Value.Cast(Type.Date(), ...). Castable values include numbers (interpretted as timestamps) and iso8601 string values. UNCASTABLE values will result in dates with values of 1970-01-01T00:00:00.000Z. This version also includes more robust checks for Dates initialized with invalid values.