XMLCoder v0.5.0 Release Notes

Release Date: 2019-05-02 // almost 5 years ago
  • ๐Ÿš€ A small improvement release tagged early to resolve blocking issues in CoreXLSX.

    Notable changes:

    • Empty value strings are no longer decoded as nil when a String is expected, but are decoded as empty strings, which represents the actual value.
    • trimValueWhitespaces property was added on XMLDecoder, which allows overriding the default behaviour, where starting and trailing whitespaces are trimmed from string values.

    Closed issues:

    • Trimmed whitespace on decoding String #94

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fixed a bug when decoding a key with one character only #96 (@TheFlow95)
    • โž• Add more cases to AttributedIntrinsicTest #95 (@MaxDesiatov)
    • ๐Ÿ‘‰ Use map instead of mapValues/shuffle in XMLCoderElement.flatten #93 (@jsbean)
    • ๐Ÿ›  Fix decoding empty element as optional #92 (@MaxDesiatov)