Skip to content

v1.20240228.1

Compare
Choose a tag to compare
@dhermes dhermes released this 29 Feb 00:38
· 29 commits to main since this release
053680b
  • Added new methods that are also present on time.Time{}:
    • Compare()
    • ISOWeek()
    • Weekday()
    • GoString()
    • UnmarshalText()
    • MarshalText()
  • Added other new method: MonthStart() (goes with MonthEnd())
  • Allow setting ALL fields in time.Date() via ConvertConfig{} (new options + fields for hour, minute, second, nanosecond)
  • Stop handling nil pointer / allowing pointer receiver in String() (matches time.Time{}.String() and lots of other types)