0.5.0
A small improvement release tagged early to resolve blocking issues in CoreXLSX.
Notable changes
- Empty value strings are no longer decoded as
nilwhen aStringis expected, but are decoded as empty strings, which represents the actual value. trimValueWhitespacesproperty was added onXMLDecoder, 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/shuffleinXMLCoderElement.flatten#93 (jsbean) - Fix decoding empty element as optional #92 (MaxDesiatov)