XMLMapper v1.5.0 Release Notes

Release Date: 2018-06-20 // almost 6 years ago
    • โž• Added support for Swift 4.2 and Xcode 10. Fixed invalid redeclaration errors. (warnings will remain in Swift 4.1 compiler, due to the fact that IUO do not behave the same way as in Swift 4.2 compiler)
    • ๐Ÿ›  Fixed flatMap deprecation warnings.
    • ๐Ÿ›  Fixed support for Swift 3.0 and Xcode 8.3.
    • ๐Ÿ›  Fixed XMLSerialization to support XMLs with XML declaration
    • ๐Ÿ‘Œ Improved XMLMapper to support mapping of dictionary of XMLMappable and dictionary of arrays of XMLMappable objects.
    • XMLSerialization can now return array of dictionaries
    • โž• Added support to map enums with rawValue of LosslessStringConvertible.
    • โž• Added support to map array of Any with single element.
    • โž• Added tests that cover more than half of the project.