Release v1.3.0
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