Skip to content

v2.1.0

Compare
Choose a tag to compare
@virtualtam virtualtam released this 03 Jun 11:21
· 5 commits to main since this release
v2.1.0

Changed

  • Do not use time.Time pointers to represent nullable dates
  • Introduce JSON marshaling methods with intermediary structs to handle nullable
    dates (via time.Time.IsZero())

Fixed

  • Initialize Decoder for proper UNIX timestamp format detection