All Versions
16
Latest Version
Avg Release Cycle
79 days
Latest Release
824 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    December 22, 2020
    • ๐Ÿ‘ Closed #31. Added support for Alamofire 5 in Requests subspec
    • ๐Ÿ’ฅ Closed #14. Added support for CDATA wrapped values (breaking change see [README](README.md#map-cdata-wrapped-values) section)
  • v1.6.1 Changes

    April 13, 2020
    • ๐Ÿ›  Fixed #29. Issue with optional attributes in simple tags
  • v1.6.0 Changes

    December 24, 2019
    • ๐Ÿ”€ Merged #25. Specify response encoding in Requests subspec
    • Converted to swift 5
    • ๐Ÿ‘Œ Improved SPM support
  • v1.5.3 Changes

    May 24, 2019
    • ๐Ÿ›  Fixed #23. Invalid XML string for tags with XML encoded values
    • โš  Closed #24. Fixed redundant modifier warnings
    • Converted to swift 4.2
  • v1.5.2 Changes

    January 04, 2019
    • ๐Ÿšš Closed #15. Removed stripEmptyNodes from default ReadingOptions of XMLSerialization
    • ๐Ÿ›  Fixed #18. Added nodesOrder property in XMLMap to preserve or change the nodes ordering
    • ๐Ÿ›  Fixed nested mapping for attributes in XMLMap
  • v1.5.1 Changes

    July 24, 2018
    • โž• Added missing XMLStaticMappable protocol
    • ๐Ÿ‘Œ Improved required initializer in XMLMappable protocol
    • โž• Added some helpful comments
  • v1.5.0 Changes

    June 20, 2018
    • โž• 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.
  • v1.4.4 Changes

    April 01, 2018
    • ๐Ÿ›  Fixed #5. Mapping Array of single object.
    • ๐Ÿ›  Fixed #8. Threading problem in XMLObjectParser causing crash.
  • v1.4.3 Changes

    February 17, 2018
    • ๐Ÿ›  Fixed #2. Wrong XML String from nodes with attributes only.
  • v1.4.2 Changes

    February 04, 2018
    • ๐Ÿ›  Fixed changes that broke Swift 3.1 and Xcode 8.3 support
    • โž• Added innerText property in XMLMap to map directly the text of current XML node #1
    • General code improvements