XMLCoder v0.8.0 Release Notes

Release Date: 2019-08-04 // over 4 years ago
  • ๐Ÿš€ This release adds support for decoding and encoding ordered sequences of different elements as enums with associated values. In addition, XMLCoder now ๐Ÿ‘Œ supports Linux. Many thanks to @jsbean, @bwetherfield and @drewag for implementing this!

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ›  Fixed typo in XMLDecoder property: errorContextLenght has been renamed to errorContextLength in #114.

    Closed issues:

    • XML with autoclosed tags #116
    • Arrays of enums #91
    • Array of enums with associated values #25

    ๐Ÿ”€ Merged pull requests:

    • Decoding choice elements that can hold empty structs #120 (@bwetherfield)
    • ๐Ÿ‘ Encodable and Decodable support for choice elements #119 (@jsbean)
    • โž• Add Linux support #117 (@drewag)
    • ๐Ÿ›  Fix typo: errorContextLenght -> errorContextLength #114 (@jsbean)