v1.20240228.1
- Added new methods that are also present on
time.Time{}
:Compare()
ISOWeek()
Weekday()
GoString()
UnmarshalText()
MarshalText()
- Added other new method:
MonthStart()
(goes withMonthEnd()
) - Allow setting ALL fields in
time.Date()
viaConvertConfig{}
(new options + fields for hour, minute, second, nanosecond) - Stop handling
nil
pointer / allowing pointer receiver inString()
(matchestime.Time{}.String()
and lots of other types)