XMLCoder v0.8.0 Release Notes

Release Date: 2019-08-04 // almost 5 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)