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