0.11.0
This is a bugfix and feature release, which fixes an issue with CDATA decoding and adds TopLevelEncoder
conformance to XMLEncoder
. New rootAttributes
argument has been added to the encode
function on XMLEncoder
that allows adding attributes on root elements without adding them to your model types. Thanks to @portellaa, @Kirow and others for their contributions and bug reports!
Closed issues:
- CDATA Decoding not working (#168)
- Decode special XML Structure (#156)
- Root level attributes don't get encoded back to attribute when converting back to XML file from Plist (#127)
- Bad access error when running on device (#100)
Merged pull requests:
- Add TopLevelEncoder implementation (#175) via @MaxDesiatov
- Add support for root attributes propagation (#160) via @portellaa
- Fix RJITest RSS encoding and decoding (#171) via @MaxDesiatov
- Cleanup tests, support OpenCombine (#169) via @MaxDesiatov
- Fix CDATA issue (#170) via @MaxDesiatov