All Versions
16
Latest Version
Avg Release Cycle
79 days
Latest Release
824 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
December 22, 2020 -
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 -
v1.5.2 Changes
January 04, 2019 -
v1.5.1 Changes
July 24, 2018- โ Added missing
XMLStaticMappable
protocol - ๐ Improved required initializer in
XMLMappable
protocol - โ Added some helpful comments
- โ Added missing
-
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 ofXMLMappable
and dictionary of arrays ofXMLMappable
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 -
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 inXMLMap
to map directly the text of current XML node #1 - General code improvements