PMJSON v2.0.3 Release Notes

Release Date: 2017-09-12 // over 6 years ago
    • โž• Add Linux support for Decimal (on Swift 3.1 and later). NOTE: Decimal support is still buggy in Swift 3.1, and the workarounds we employ to get the correct values on Apple platforms don't work on Linux. You probably shouldn't rely on this working correctly on Linux until Swift fixes its Decimal implementation.
    • โž• Add Linux support for decoding from/encoding to Data.
    • โž• Add Linux support for LocalizedError on the Error types (only really applies to Swift 3.1 and later).
    • ๐Ÿ›  Fix compilation on Linux using the release configuration.
    • ๐Ÿ‘Œ Support running the test suite with swift test.