jettison v0.2.1 Release Notes

Release Date: 2019-09-10 // over 4 years ago
    • ๐Ÿ”จ Refactor instructions for types implementing the json.Marshaler and encoding.TextMarshaler interfaces.
      • Fix encoding of nil instances.
      • Fix behavior for pointer and non-pointer receivers, to comply with encoding/json.
    • ๐Ÿ›  Fix bug that prevents tagged fields to dominate untagged fields.
    • โž• Add support for anonymous struct pointer fields.
    • ๐Ÿ‘Œ Improve tests coverage of encoder.go.
    • โž• Add test cases for unexported non-embedded struct fields.