Skip to content

Release v1.3.0

Compare
Choose a tag to compare
@jszwec jszwec released this 26 Feb 03:41
· 42 commits to master since this release

Highlights

  • Added inline tag
  • Decoder now sets pointer fields to nil on blank values
  • Encode and Decode now accept slices and arrays
  • Marshal and Unmarshal now accept arrays
  • Fixed omitempty for initialized pointers with default values
  • Fixed omitempty for initialized interface with default values
  • Improved UnmarshalTypeError error message