LiveUI / XMLCoding

XMLEncoder & XMLDecoder using the Codable protocol in Swift 4.2
MIT License
10 stars 8 forks source link

Handle empty XML elements and unit test. #1

Closed tachyonics closed 6 years ago

tachyonics commented 6 years ago

Currently the flatten() function ignores empty XML Elements but these may be a required property in the object being decoded into that happens to have no required child properties.

tachyonics commented 6 years ago

Thanks for merging the changes. Do you have an idea when these might be included in a release?

rafiki270 commented 6 years ago

Hehe, you can do the release :)