XMLCoder v0.9.0 Release Notes

Release Date: 2019-10-19 // over 4 years ago
  • ๐Ÿš€ This release fixes a few bugs with Float type parsing and Swift 5.1 support on ๐Ÿง Linux. It also adds a helper extension to improve compatibility with Combine and โž• adds a few tests to confirm that a few edges cases are working well. Thanks to @bwetherfield, @DJBen, @jsbean, @mxcl, @marcblanchet and @sharplet for bug reports and pull requests!

    Implemented enhancements:

    • Conditionally conform to Combine.TopLevelDecoder #132 (sharplet)

    ๐Ÿ›  Fixed bugs:

    • Value with copyright symbol ยฉ has its preceding whitespace trimmed off even trimValueWhitespaces is set to false #141
    • ๐Ÿ“œ Float vs Float64=Double not parsing 3.14 #130

    Closed issues:

    • TrackPoint position parameter is ignored #125
    • TCX file need an XML root node #124
    • [Swift 5.1] Import FoundationXML rather than Foundation #121

    ๐Ÿ”€ Merged pull requests: